(cd ./ipaplatform && make override.py)
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa/ipaplatform'
make[1]: 'override.py' is up to date.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa/ipaplatform'
(cd ./ipapython && make version.py)
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa/ipapython'
make[1]: 'version.py' is up to date.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa/ipapython'
for dir in . ./client ./daemons/dnssec ./install/certmonger ./install/oddjob ./install/restart_scripts ./install/tools ; do \
    make  -C ${dir} python_scripts_sub || exit 1; \
done
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa'
make[1]: Nothing to be done for 'python_scripts_sub'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa'
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa/client'
make[1]: Nothing to be done for 'python_scripts_sub'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa/client'
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa/daemons/dnssec'
make[1]: Nothing to be done for 'python_scripts_sub'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa/daemons/dnssec'
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa/install/certmonger'
make[1]: Nothing to be done for 'python_scripts_sub'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa/install/certmonger'
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa/install/oddjob'
make[1]: Nothing to be done for 'python_scripts_sub'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa/install/oddjob'
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa/install/restart_scripts'
make[1]: Nothing to be done for 'python_scripts_sub'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa/install/restart_scripts'
make[1]: Entering directory '/usr/src/RPM/BUILD/freeipa/install/tools'
make[1]: Nothing to be done for 'python_scripts_sub'.
make[1]: Leaving directory '/usr/src/RPM/BUILD/freeipa/install/tools'
FILES=`find . \
	-type d -exec test -e '{}/__init__.py' \; -print -prune -o \
	-path './rpmbuild' -prune -o \
	-path './freeipa-*' -prune -o \
	-path './dist' -prune -o \
	-path './pypi' -prune -o \
	-path './.tox' -prune -o \
	-name '.*' -o \
	-name '*.in' -o \
	-name '*~' -o \
	-name '*.py' -print -o \
	-type f -exec grep -qsm1 '^#!.*\bpython' '{}' \; -print`; \
FILES=`echo -e "${FILES}\n./ipatests/azure"`; \
echo -e "Pylint on /usr/bin/python3 is running over files:\n${FILES}\nPlease wait ...\n"; \
/usr/bin/python3 -m pylint --version; \
PYTHONPATH=. /usr/bin/python3 -m pylint \
	--rcfile=./pylintrc \
	--load-plugins pylint_plugins \
	${FILES}
Pylint on /usr/bin/python3 is running over files:
./ipa
./ipasetup.py
./makeapi
./makeaci
./pylint_plugins.py
./ipatests
./ipasphinx
./ipaserver
./ipapython
./ipaplatform
./ipalib
./ipaclient
./install/wsgi/plugins.py
./install/tools/ipa-subids
./install/tools/ipa-pki-wait-running
./install/tools/ipa-pki-retrieve-key
./install/tools/ipa-httpd-pwdreader
./install/tools/ipa-httpd-kdcproxy
./install/tools/ipa-custodia-check
./install/tools/ipa-custodia
./install/tools/ipa-ccache-sweeper
./install/tools/ipa-acme-manage
./install/tools/ipa-cert-fix
./install/tools/ipa-crlgen-manage
./install/tools/ipa-pkinit-manage
./install/tools/ipa-winsync-migrate
./install/tools/ipa-cacert-manage
./install/tools/ipa-advise
./install/tools/ipa-restore
./install/tools/ipa-backup
./install/tools/ipa-otptoken-import
./install/tools/ipa-ldap-updater
./install/tools/ipa-managed-entries
./install/tools/ipa-nis-manage
./install/tools/ipa-compat-manage
./install/tools/ipactl
./install/tools/ipa-server-upgrade
./install/tools/ipa-server-certinstall
./install/tools/ipa-csreplica-manage
./install/tools/ipa-replica-manage
./install/tools/ipa-replica-install
./install/tools/ipa-replica-conncheck
./install/tools/ipa-adtrust-install
./install/tools/ipa-server-install
./install/tools/ipa-kra-install
./install/tools/ipa-dns-install
./install/tools/ipa-ca-install
./install/share/wsgi.py
./install/restart_scripts/renew_ra_cert_pre
./install/restart_scripts/stop_pkicad
./install/restart_scripts/renew_ra_cert
./install/restart_scripts/renew_kdc_cert
./install/restart_scripts/renew_ca_cert
./install/restart_scripts/restart_httpd
./install/restart_scripts/restart_dirsrv
./install/oddjob/org.freeipa.server.config-enable-sid
./install/oddjob/org.freeipa.server.trust-enable-agent
./install/oddjob/com.redhat.idm.trust-fetch-domains
./install/migration/migration.py
./install/certmonger/ipa-server-guard
./install/certmonger/dogtag-ipa-ca-renew-agent-submit
./doc/examples/python-api.py
./doc/examples/examples.py
./doc/conf.py
./daemons/ipa-otpd/test.py
./daemons/dnssec/ipa-ods-exporter
./daemons/dnssec/ipa-dnskeysync-replica
./daemons/dnssec/ipa-dnskeysyncd
./contrib/perflog
./contrib/lite-setup.py
./contrib/lite-server.py
./contrib/lgtm_container.py
./contrib/copy-schema-to-ca-RHEL6.py
./contrib/cachelog
./client/certbot-dns-ipa
./client/ipa-epn
./client/ipa-client-samba
./client/ipa-client-install
./client/ipa-client-automount
./client/ipa-certupdate
./ipatests/azure
Please wait ...

pylint 2.12.2
astroid 2.9.3
Python 3.10.2 (main, Feb  4 2022, 11:57:42) [GCC 11.2.1 20211202 (ALT Sisyphus 11.2.1-alt2)]
************* Module ipatests.data
ipatests/data.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_util
ipatests/test_util.py:44: [W0238(unused-private-member), Prop.__get_prop] Unused private member `Prop.__get_prop(self)`)
ipatests/test_util.py:49: [W0238(unused-private-member), Prop.__set_prop] Unused private member `Prop.__set_prop(self, value)`)
ipatests/test_util.py:54: [W0238(unused-private-member), Prop.__del_prop] Unused private member `Prop.__del_prop(self)`)
ipatests/test_util.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:255: [R1735(use-dict-literal), test_assert_deepequal] Consider using {} instead of dict())
ipatests/test_util.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:262: [R1735(use-dict-literal), test_assert_deepequal] Consider using {} instead of dict())
ipatests/test_util.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_util.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_whoami_plugin
ipatests/test_xmlrpc/test_whoami_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_whoami_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.i18n
ipatests/i18n.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/i18n.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/i18n.py:259: [C0209(consider-using-f-string), validate_substitutions_match] Formatting a regular string which could be a f-string)
ipatests/i18n.py:263: [C0209(consider-using-f-string), validate_substitutions_match] Formatting a regular string which could be a f-string)
ipatests/i18n.py:270: [C0209(consider-using-f-string), validate_substitutions_match] Formatting a regular string which could be a f-string)
ipatests/i18n.py:275: [C0209(consider-using-f-string), validate_substitutions_match] Formatting a regular string which could be a f-string)
ipatests/i18n.py:278: [C0209(consider-using-f-string), validate_substitutions_match] Formatting a regular string which could be a f-string)
ipatests/i18n.py:307: [C0209(consider-using-f-string), validate_substitution_syntax] Formatting a regular string which could be a f-string)
ipatests/i18n.py:310: [C0209(consider-using-f-string), validate_substitution_syntax] Formatting a regular string which could be a f-string)
ipatests/i18n.py:313: [C0209(consider-using-f-string), validate_substitution_syntax] Formatting a regular string which could be a f-string)
ipatests/i18n.py:316: [C0209(consider-using-f-string), validate_substitution_syntax] Formatting a regular string which could be a f-string)
ipatests/i18n.py:322: [C0209(consider-using-f-string), validate_substitution_syntax] Formatting a regular string which could be a f-string)
ipatests/i18n.py:325: [C0209(consider-using-f-string), validate_substitution_syntax] Formatting a regular string which could be a f-string)
ipatests/i18n.py:333: [C0209(consider-using-f-string), validate_substitution_syntax] Formatting a regular string which could be a f-string)
ipatests/i18n.py:338: [C0209(consider-using-f-string), validate_substitution_syntax] Formatting a regular string which could be a f-string)
ipatests/i18n.py:364: [C0209(consider-using-f-string), validate_positional_substitutions] Formatting a regular string which could be a f-string)
ipatests/i18n.py:368: [C0209(consider-using-f-string), validate_positional_substitutions] Formatting a regular string which could be a f-string)
ipatests/i18n.py:371: [C0209(consider-using-f-string), validate_positional_substitutions] Formatting a regular string which could be a f-string)
ipatests/i18n.py:376: [C0209(consider-using-f-string), validate_positional_substitutions] Formatting a regular string which could be a f-string)
ipatests/i18n.py:400: [C0209(consider-using-f-string), validate_file.emit_messages] Formatting a regular string which could be a f-string)
ipatests/i18n.py:405: [C0209(consider-using-f-string), validate_file.emit_messages] Formatting a regular string which could be a f-string)
ipatests/i18n.py:422: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:431: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:444: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:451: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:489: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:492: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:494: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:511: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:520: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:520: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:526: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:526: [C0209(consider-using-f-string), validate_file] Formatting a regular string which could be a f-string)
ipatests/i18n.py:538: [C0209(consider-using-f-string), create_po] Formatting a regular string which could be a f-string)
ipatests/i18n.py:543: [C0209(consider-using-f-string), create_po] Formatting a regular string which could be a f-string)
ipatests/i18n.py:576: [C0209(consider-using-f-string), create_po] Formatting a regular string which could be a f-string)
ipatests/i18n.py:579: [C0209(consider-using-f-string), create_po] Formatting a regular string which could be a f-string)
ipatests/i18n.py:588: [C0209(consider-using-f-string), validate_unicode_edit] Formatting a regular string which could be a f-string)
ipatests/i18n.py:593: [C0209(consider-using-f-string), validate_unicode_edit] Formatting a regular string which could be a f-string)
ipatests/i18n.py:599: [C0209(consider-using-f-string), validate_unicode_edit] Formatting a regular string which could be a f-string)
ipatests/i18n.py:603: [C0209(consider-using-f-string), validate_unicode_edit] Formatting a regular string which could be a f-string)
ipatests/i18n.py:641: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:646: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:668: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:678: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:693: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:700: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:704: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:708: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:711: [C0209(consider-using-f-string), po_file_iterate] Formatting a regular string which could be a f-string)
ipatests/i18n.py:795: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipatests/i18n.py:811: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipatests/i18n.py:815: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipatests/i18n.py:821: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipatests/i18n.py:828: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipatests/i18n.py:857: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipasetup
ipasetup.py:37: [C0209(consider-using-f-string), build_py.finalize_options] Formatting a regular string which could be a f-string)
ipasetup.py:69: [C0207(use-maxsplit-arg), ] Use VERSION.split('+', maxsplit=1)[0] instead)
ipasetup.py:77: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipasetup.py:78: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipasetup.py:79: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipasetup.py:80: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipasetup.py:81: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_sudocmd_plugin
ipatests/test_xmlrpc/test_sudocmd_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:61: [C0209(consider-using-f-string), TestNonexistentSudoCmd.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:68: [C0209(consider-using-f-string), TestNonexistentSudoCmd.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:75: [C0209(consider-using-f-string), TestNonexistentSudoCmd.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:94: [C0209(consider-using-f-string), TestSudoCmd.test_create_duplicates] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:98: [C0209(consider-using-f-string), TestSudoCmd.test_create_duplicates] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmd_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.create_external_ca
ipatests/create_external_ca.py:188: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipatests/create_external_ca.py:192: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipatests/create_external_ca.py:196: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_vault_plugin
ipatests/test_xmlrpc/test_vault_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:169: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:171: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:195: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:216: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:237: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:257: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:276: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:278: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:285: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:305: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:310: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:329: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:335: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:352: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:358: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:374: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:393: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:395: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:421: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:444: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:466: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:488: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:507: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:509: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:535: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:558: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:580: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:602: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:620: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:622: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:644: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:659: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:679: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:702: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:722: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:724: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:748: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:765: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:785: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:807: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:828: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:851: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:871: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:873: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:896: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:913: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:933: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:955: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:975: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_vault_plugin.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_vault_plugin.py:995: [C0209(consider-using-f-string), test_vault_plugin] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_sudocmdgroup_plugin
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:72: [C0209(consider-using-f-string), TestSudoCmdGroupNonexistent.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:79: [C0209(consider-using-f-string), TestSudoCmdGroupNonexistent.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:88: [C0209(consider-using-f-string), TestSudoCmdGroupNonexistent.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:95: [C0209(consider-using-f-string), TestSudoCmdGroupNonexistent.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:104: [C0209(consider-using-f-string), TestSudoCmdGroupNonexistent.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:111: [C0209(consider-using-f-string), TestSudoCmdGroupNonexistent.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:136: [C0209(consider-using-f-string), TestSudoCmdGroupSCRUD.test_create_duplicate] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudocmdgroup_plugin.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_selfservice_plugin
ipatests/test_xmlrpc/test_selfservice_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:42: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:45: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:50: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:54: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:59: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:62: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:67: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:81: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:90: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:102: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:114: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:130: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:143: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:161: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:177: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:196: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:212: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:218: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:230: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:246: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:255: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:271: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:276: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:281: [C0209(consider-using-f-string), test_selfservice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selfservice_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selfservice_plugin.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_trust_plugin
ipatests/test_xmlrpc/test_trust_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:103: [C0209(consider-using-f-string), test_trustconfig] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_trust_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:109: [C0209(consider-using-f-string), test_trustconfig] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_trust_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:126: [C0209(consider-using-f-string), test_trustconfig] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_trust_plugin.py:126: [C0209(consider-using-f-string), test_trustconfig] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_trust_plugin.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:133: [C0209(consider-using-f-string), test_trustconfig] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_trust_plugin.py:133: [C0209(consider-using-f-string), test_trustconfig] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_trust_plugin.py:137: [C0209(consider-using-f-string), test_trustconfig] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_trust_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:156: [C0209(consider-using-f-string), test_trustconfig] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_trust_plugin.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_trust_plugin.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_role_plugin
ipatests/test_xmlrpc/test_role_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:65: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:67: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:72: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:74: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:79: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:81: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:86: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:87: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:88: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:93: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:105: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:115: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:121: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:133: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:148: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:168: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:174: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:186: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:208: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:229: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:250: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:276: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:293: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:313: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:331: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:351: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:369: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:375: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:387: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:407: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:425: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:450: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:473: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:479: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:491: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:508: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:533: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:549: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:560: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:561: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:569: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:575: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:576: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:584: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:590: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:611: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:619: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:633: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:638: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:644: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:646: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:651: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:653: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:658: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:660: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:665: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:683: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_role_plugin.py:688: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:694: [C0209(consider-using-f-string), test_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_role_plugin.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_servicedelegation_plugin
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:14: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:15: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:16: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:18: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:19: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:20: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:42: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:45: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:51: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:54: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:60: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:66: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:77: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:82: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:88: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:102: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:122: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:128: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:194: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:200: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:211: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:217: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:263: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:285: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:309: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:333: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:354: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:381: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:403: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:427: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:432: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:439: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:454: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:476: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:498: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:520: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:525: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:532: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:546: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:568: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:592: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:597: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:604: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:619: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:641: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:646: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:653: [C0209(consider-using-f-string), test_servicedelegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_servicedelegation_plugin.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_replace
ipatests/test_xmlrpc/test_replace.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_replace.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_realmdomains_plugin
ipatests/test_xmlrpc/test_realmdomains_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:83: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:102: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:114: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:124: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:145: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:152: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:160: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:170: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:177: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:198: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:201: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:211: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:233: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:236: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:239: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:242: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:257: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:278: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_realmdomains_plugin.py:285: [C0209(consider-using-f-string), test_realmdomains] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_sudorule_plugin
ipatests/test_xmlrpc/test_sudorule_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:582: [C0209(consider-using-f-string), test_sudorule.test_a_sudorule_mod_externalhost_invalid_addattr] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_sudorule_plugin.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_sudorule_plugin.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_radiusproxy_plugin
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:52: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:55: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:60: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:68: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:76: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:89: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:98: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:112: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:125: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:140: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:157: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:162: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:174: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:182: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:187: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:197: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:202: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:213: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:225: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:230: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:240: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:245: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:255: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:271: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:278: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:283: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:293: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:301: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:306: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:315: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:320: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:330: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:335: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:344: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:350: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:357: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:364: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:369: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:383: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:394: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:398: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:404: [C0209(consider-using-f-string), test_raduisproxy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_radiusproxy_plugin.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_pwpolicy_plugin
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_pwpolicy_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_privilege_plugin
ipatests/test_xmlrpc/test_privilege_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:57: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:60: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:65: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:68: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:73: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:76: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:81: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:93: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:102: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:118: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:124: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:136: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:158: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:174: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:193: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:211: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:230: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:248: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:257: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:273: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:295: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:317: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:336: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:354: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:360: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:371: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:393: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:415: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:437: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:459: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_privilege_plugin.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_privilege_plugin.py:464: [C0209(consider-using-f-string), test_privilege] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_passwd_plugin
ipatests/test_xmlrpc/test_passwd_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_passwd_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_passwd_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_passwd_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_passwd_plugin.py:37: [C0209(consider-using-f-string), test_passwd] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_passwd_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_passwd_plugin.py:38: [C0209(consider-using-f-string), test_passwd] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_passwd_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module makeaci
makeaci:65: [C0209(consider-using-f-string), generate_aci_lines] Formatting a regular string which could be a f-string)
makeaci:83: [C0209(consider-using-f-string), check_member_attrs] Formatting a regular string which could be a f-string)
makeaci:110: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
makeaci:116: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
makeaci:124: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
makeaci:126: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
************* Module ipatests.test_xmlrpc.test_otptoken_plugin
ipatests/test_xmlrpc/test_otptoken_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:46: [R1734(use-list-literal), id_function] Consider using [] instead of list())
ipatests/test_xmlrpc/test_otptoken_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_otptoken_plugin.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module pylint_plugins
pylint_plugins.py:26: [C0209(consider-using-f-string), _warning_already_exists] Formatting a regular string which could be a f-string)
pylint_plugins.py:27: [C0209(consider-using-f-string), _warning_already_exists] Formatting a regular string which could be a f-string)
pylint_plugins.py:189: [C0209(consider-using-f-string), fix_ipa_classes] Formatting a regular string which could be a f-string)
pylint_plugins.py:330: [C0209(consider-using-f-string), IPAChecker.visit_importfrom] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_schema_plugin
ipatests/test_xmlrpc/test_schema_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_schema_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_old_permission_plugin
ipatests/test_xmlrpc/test_old_permission_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:109: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:112: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:117: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:120: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:125: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:128: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:133: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:145: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:154: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:163: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:170: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:178: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:183: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:189: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:201: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:223: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:237: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:244: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:257: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:271: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:287: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:295: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:310: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:318: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:335: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:343: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:358: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:378: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:394: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:402: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:417: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:425: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:438: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:452: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:464: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:484: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:495: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:505: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:512: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:528: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:538: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:546: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:561: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:571: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:579: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:624: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:643: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:661: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:679: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:697: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:712: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:730: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:745: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:755: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:792: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:803: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:815: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:822: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:837: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:845: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:856: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:867: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:882: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:889: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:897: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:908: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:915: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:923: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:934: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:941: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:944: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:949: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:955: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:966: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:968: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:981: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:993: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:995: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1006: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1045: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1051: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1074: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1078: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1088: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1093: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1093: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1099: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1102: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1107: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1110: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1115: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1118: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1123: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1128: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1134: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1146: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1151: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1156: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1167: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1177: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1187: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1193: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1200: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1208: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1218: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1224: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1231: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1241: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1248: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1253: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1259: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1268: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1278: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1284: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1294: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1304: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1314: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1320: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1337: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1343: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1347: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_old_permission_plugin.py:1360: [C0209(consider-using-f-string), test_old_permission] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_nesting
ipatests/test_xmlrpc/test_nesting.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_nesting.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_krbtpolicy
ipatests/test_xmlrpc/test_krbtpolicy.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:47: [R1735(use-dict-literal), create_dict] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_krbtpolicy.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:120: [C0209(consider-using-f-string), test_krbtpolicy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_krbtpolicy.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:126: [C0209(consider-using-f-string), test_krbtpolicy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_krbtpolicy.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_krbtpolicy.py:299: [C0209(consider-using-f-string), test_krbtpolicy] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.testcert
ipatests/test_xmlrpc/testcert.py:92: [W1514(unspecified-encoding), makecert] Using open without explicitly specifying an encoding)
************* Module ipatests.test_xmlrpc.test_hostgroup_plugin
ipatests/test_xmlrpc/test_hostgroup_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:78: [C0209(consider-using-f-string), TestNonexistentHostGroup.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:88: [C0209(consider-using-f-string), TestNonexistentHostGroup.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:96: [C0209(consider-using-f-string), TestNonexistentHostGroup.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:119: [C0209(consider-using-f-string), TestHostGroup.test_create_duplicate_hostgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:129: [C0209(consider-using-f-string), TestHostGroup.test_rename_hostgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:137: [C0209(consider-using-f-string), TestHostGroup.test_rename_hostgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hostgroup_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.conftest
ipatests/conftest.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/conftest.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/conftest.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/conftest.py:145: [C0209(consider-using-f-string), pytest_cmdline_main] Formatting a regular string which could be a f-string)
ipatests/conftest.py:146: [C0209(consider-using-f-string), pytest_cmdline_main] Formatting a regular string which could be a f-string)
ipatests/conftest.py:147: [C0209(consider-using-f-string), pytest_cmdline_main] Formatting a regular string which could be a f-string)
ipatests/conftest.py:148: [C0209(consider-using-f-string), pytest_cmdline_main] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_service_plugin
ipatests/test_xmlrpc/test_service_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:42: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:43: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:44: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:45: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:46: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:47: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:48: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:54: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:63: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:103: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:106: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:111: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:114: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:119: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:122: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:126: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:129: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:133: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:143: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:149: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:150: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:153: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:162: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:172: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:178: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:179: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:182: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:191: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:201: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:207: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:208: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:212: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:221: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:229: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:243: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:250: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:255: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:272: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:299: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:324: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:354: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:374: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:399: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:418: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:451: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:467: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:483: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:499: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:515: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:531: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:547: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:554: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:573: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:577: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:597: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:607: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:613: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:634: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:663: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:667: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:690: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:695: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:717: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:721: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:744: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:748: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:755: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:758: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:763: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:766: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:770: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:777: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:781: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:784: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:805: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:814: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:815: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:818: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:828: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:831: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:834: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:842: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:843: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:846: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:855: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:857: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:860: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:869: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:870: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:873: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:882: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:885: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:888: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:896: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:897: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:900: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:909: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:911: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:914: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:924: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:929: [C0209(consider-using-f-string), test_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:952: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:962: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:968: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:969: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:972: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:980: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:984: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:997: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1001: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1012: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1037: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1054: [C0209(consider-using-f-string), test_service_in_role] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1086: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1092: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1093: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1093: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1097: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1103: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1108: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1110: [R1735(use-dict-literal), test_service_allowed_to] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_service_plugin.py:1114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1114: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1127: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1132: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1143: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1161: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1163: [R1735(use-dict-literal), test_service_allowed_to] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_service_plugin.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1167: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1179: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1190: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1196: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1197: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1200: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1207: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1226: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1230: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1244: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1268: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1292: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1321: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1348: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1375: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1408: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1440: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1471: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1532: [C0209(consider-using-f-string), test_service_allowed_to] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_service_plugin.py:1545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_service_plugin.py:1624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module makeapi
makeapi:200: [C0209(consider-using-f-string), validate_doc] Formatting a regular string which could be a f-string)
makeapi:206: [C0209(consider-using-f-string), validate_doc] Formatting a regular string which could be a f-string)
makeapi:221: [C0209(consider-using-f-string), validate_doc] Formatting a regular string which could be a f-string)
makeapi:227: [C0209(consider-using-f-string), validate_doc] Formatting a regular string which could be a f-string)
makeapi:232: [C0209(consider-using-f-string), validate_doc] Formatting a regular string which could be a f-string)
makeapi:237: [C0209(consider-using-f-string), validate_doc] Formatting a regular string which could be a f-string)
makeapi:246: [W1514(unspecified-encoding), make_api] Using open without explicitly specifying an encoding)
makeapi:248: [C0209(consider-using-f-string), make_api] Formatting a regular string which could be a f-string)
makeapi:249: [C0209(consider-using-f-string), make_api] Formatting a regular string which could be a f-string)
makeapi:251: [C0209(consider-using-f-string), make_api] Formatting a regular string which could be a f-string)
makeapi:253: [C0209(consider-using-f-string), make_api] Formatting a regular string which could be a f-string)
makeapi:255: [C0209(consider-using-f-string), make_api] Formatting a regular string which could be a f-string)
makeapi:263: [C0209(consider-using-f-string), make_api] Formatting a regular string which could be a f-string)
makeapi:266: [C0209(consider-using-f-string), make_api] Formatting a regular string which could be a f-string)
makeapi:281: [C0209(consider-using-f-string), find_name] Formatting a regular string which could be a f-string)
makeapi:291: [C0209(consider-using-f-string), _finalize_command_validation] Formatting a regular string which could be a f-string)
makeapi:295: [C0209(consider-using-f-string), _finalize_command_validation] Formatting a regular string which could be a f-string)
makeapi:299: [C0209(consider-using-f-string), _finalize_command_validation] Formatting a regular string which could be a f-string)
makeapi:306: [C0209(consider-using-f-string), _finalize_command_validation] Formatting a regular string which could be a f-string)
makeapi:311: [C0209(consider-using-f-string), _finalize_command_validation] Formatting a regular string which could be a f-string)
makeapi:316: [C0209(consider-using-f-string), _finalize_command_validation] Formatting a regular string which could be a f-string)
makeapi:329: [W1514(unspecified-encoding), validate_api] Using open without explicitly specifying an encoding)
makeapi:358: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:383: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:390: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:402: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:408: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:420: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:426: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:440: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:446: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:451: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:461: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:466: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:479: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:486: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:492: [C0209(consider-using-f-string), validate_api] Formatting a regular string which could be a f-string)
makeapi:522: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_user_plugin
ipatests/test_xmlrpc/test_user_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:173: [C0209(consider-using-f-string), TestNonexistentUser.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:182: [C0209(consider-using-f-string), TestNonexistentUser.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:190: [C0209(consider-using-f-string), TestNonexistentUser.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:197: [C0209(consider-using-f-string), TestNonexistentUser.test_rename_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:199: [C0209(consider-using-f-string), TestNonexistentUser.test_rename_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:389: [C0209(consider-using-f-string), TestUpdate.test_set_virtual_attribute] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:392: [C0209(consider-using-f-string), TestUpdate.test_set_virtual_attribute] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:404: [C0209(consider-using-f-string), TestUpdate.test_update_krb_ticket_policy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:407: [C0209(consider-using-f-string), TestUpdate.test_update_krb_ticket_policy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:425: [C0209(consider-using-f-string), TestUpdate.test_rename_to_the_same_value] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:436: [C0209(consider-using-f-string), TestUpdate.test_rename_to_the_same_with_other_mods] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:528: [C0209(consider-using-f-string), TestCreate.test_create_with_krb_ticket_policy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:528: [C0209(consider-using-f-string), TestCreate.test_create_with_krb_ticket_policy] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:601: [C0209(consider-using-f-string), TestCreate.test_create_with_different_default_home] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:697: [C0209(consider-using-f-string), TestCreate.test_create_duplicate] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:885: [C0209(consider-using-f-string), TestManagers.test_assign_nonexistent_manager] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:908: [C0209(consider-using-f-string), TestManagers.test_delete_both_user_and_manager] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1014: [C0209(consider-using-f-string), TestPrincipals.test_create_with_malformed_principal] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1060: [C0209(consider-using-f-string), TestValidation.test_validation_disabled_on_deletes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1068: [C0209(consider-using-f-string), TestValidation.test_validation_disabled_on_show] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1087: [C0209(consider-using-f-string), TestDeniedBindWithExpiredPrincipal.bind_with_expired_principal_setup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1152: [C0209(consider-using-f-string), get_user_result] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1155: [C0209(consider-using-f-string), get_user_result] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1160: [C0209(consider-using-f-string), get_user_result] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1161: [C0209(consider-using-f-string), get_user_result] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1162: [C0209(consider-using-f-string), get_user_result] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1184: [C0209(consider-using-f-string), get_user_result] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1185: [C0209(consider-using-f-string), get_user_result] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_user_plugin.py:1197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_user_plugin.py:1211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_hbactest_plugin
ipatests/test_xmlrpc/test_hbactest_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:41: [C0209(consider-using-f-string), test_hbactest] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbactest_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:44: [C0209(consider-using-f-string), test_hbactest] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbactest_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:179: [C0209(consider-using-f-string), test_hbactest.test_e_hbactest_check_non_existing_rule_detail] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbactest_plugin.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:187: [C0209(consider-using-f-string), test_hbactest.test_e_hbactest_check_non_existing_rule_detail] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbactest_plugin.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbactest_plugin.py:199: [C0209(consider-using-f-string), test_hbactest.test_f_hbactest_check_sourcehost_option_is_deprecated] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_selinuxusermap_plugin
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:36: [C0207(use-maxsplit-arg), ] Use platformconstants.SELINUX_USERMAP_ORDER.split('$', maxsplit=1)[0] instead)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:39: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:43: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:49: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:57: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:62: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:84: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:87: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:92: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:95: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:100: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:103: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:108: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:115: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:129: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:135: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:140: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:156: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:167: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:174: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:190: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:211: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:217: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:223: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:229: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:245: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:272: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:282: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:288: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:289: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:301: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:307: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:321: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:327: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:343: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:360: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:381: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:397: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:418: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:435: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:455: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:460: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:466: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:473: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:478: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:484: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:492: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:502: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:519: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:536: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:546: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:557: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:564: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:572: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:580: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:590: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:595: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:602: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:607: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:613: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:616: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:622: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:639: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:646: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:650: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:670: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:674: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:743: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:750: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:764: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:773: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:782: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:792: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:802: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:807: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:812: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:821: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:836: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:845: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:850: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:855: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:862: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:875: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:887: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:892: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:897: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:903: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:907: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:921: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_selinuxusermap_plugin.py:926: [C0209(consider-using-f-string), test_selinuxusermap] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_range_plugin
ipatests/test_xmlrpc/test_range_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:339: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:347: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:354: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:448: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:466: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:471: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:472: [R1735(use-dict-literal), test_range] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_range_plugin.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:493: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:500: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:512: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:519: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:533: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:542: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:549: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:556: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:563: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:572: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:577: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:583: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:588: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:595: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:603: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:608: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:615: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:635: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:640: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:647: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:658: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:669: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:680: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:691: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:702: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:707: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:715: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:731: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:746: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:762: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:776: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:794: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:799: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:811: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:816: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:821: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:838: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:859: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:867: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:880: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:893: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:908: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:930: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:938: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:949: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:971: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:976: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:998: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:1003: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1025: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:1030: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1051: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:1059: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1081: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:1086: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_range_plugin.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_range_plugin.py:1091: [C0209(consider-using-f-string), test_range] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_delegation_plugin
ipatests/test_xmlrpc/test_delegation_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:43: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:46: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:51: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:54: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:59: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:62: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:67: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:78: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:93: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:104: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:117: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:131: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:148: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:154: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:163: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:183: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:203: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:223: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:239: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:247: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:257: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:263: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:276: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:293: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:298: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:304: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:315: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:328: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_delegation_plugin.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_delegation_plugin.py:333: [C0209(consider-using-f-string), test_delegation] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_hbac_plugin
ipatests/test_xmlrpc/test_hbac_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbac_plugin.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_hbacsvcgroup_plugin
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:50: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:53: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:58: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:63: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:68: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:71: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:76: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:95: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:100: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:106: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:114: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:127: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:149: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:165: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:185: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:203: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:220: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:236: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:257: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:268: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_hbacsvcgroup_plugin.py:272: [C0209(consider-using-f-string), test_hbacsvcgroup] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_config_plugin
ipatests/test_xmlrpc/test_config_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:115: [C0209(consider-using-f-string), test_config] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_config_plugin.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:150: [C0209(consider-using-f-string), test_config] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_config_plugin.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:229: [C0209(consider-using-f-string), test_config] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_config_plugin.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:234: [C0209(consider-using-f-string), test_config] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_config_plugin.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_config_plugin.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.xmlrpc_test
ipatests/test_xmlrpc/xmlrpc_test.py:40: [W1512(deprecated-class), ] Using deprecated class Sequence of module collections)
ipatests/test_xmlrpc/xmlrpc_test.py:51: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:55: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:84: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:87: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:92: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:97: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:102: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:109: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/xmlrpc_test.py:170: [C0209(consider-using-f-string), assert_attr_equal] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:175: [C0209(consider-using-f-string), assert_attr_equal] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:179: [C0209(consider-using-f-string), assert_attr_equal] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:186: [C0209(consider-using-f-string), assert_is_member] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:191: [C0209(consider-using-f-string), assert_is_member] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:197: [C0209(consider-using-f-string), assert_is_member] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:213: [C0209(consider-using-f-string), XMLRPC_test.xmlrpc_setup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:323: [C0209(consider-using-f-string), Declarative.cleanup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:344: [C0209(consider-using-f-string), Declarative.check] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/xmlrpc_test.py:384: [R1735(use-dict-literal), Declarative.check_callable] Consider using {} instead of dict())
ipatests/test_xmlrpc/xmlrpc_test.py:401: [C0209(consider-using-f-string), Declarative.check_output] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_idviews_plugin
ipatests/test_xmlrpc/test_idviews_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:76: [C0209(consider-using-f-string), get_idview_dn] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:83: [C0209(consider-using-f-string), get_override_dn] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:94: [C0209(consider-using-f-string), get_fqdn] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:98: [C0209(consider-using-f-string), get_host_principal] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:139: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:142: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:147: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:150: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:155: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:158: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:163: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:166: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:171: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:179: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:189: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:196: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:203: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:214: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:227: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:235: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:251: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:255: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:260: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:266: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:271: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:277: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:282: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:288: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:293: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:297: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:302: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:308: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:313: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:319: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:324: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:330: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:338: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:342: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:347: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:356: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:362: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:367: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:376: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:380: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:385: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:391: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:396: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:402: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:407: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:413: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:420: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:428: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:440: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:447: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:453: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:462: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:475: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:484: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:496: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:504: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:518: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:527: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:541: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:550: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:566: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:575: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:589: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:594: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:599: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:612: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:629: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:637: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:648: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:656: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:662: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:671: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:684: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:693: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:705: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:714: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:727: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:732: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:737: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:748: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:761: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:784: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:802: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:807: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:825: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:832: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:842: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:849: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:851: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:862: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:872: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:879: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:881: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:892: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:902: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:909: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:911: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:922: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:928: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:941: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:947: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:947: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:960: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:984: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1008: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1034: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1051: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1056: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1090: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1126: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1143: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1148: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1184: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1219: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1241: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1263: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1297: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1330: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1351: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1373: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1395: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1399: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1405: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1409: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1417: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1421: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1429: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1437: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1447: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1455: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1467: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1475: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1486: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1490: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1499: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1507: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1517: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1527: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1534: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1536: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1547: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1551: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1557: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1592: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1600: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1610: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1621: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1634: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1642: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1656: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1669: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1686: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1694: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1705: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1709: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1715: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1719: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1729: [R1735(use-dict-literal), test_idviews] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_idviews_plugin.py:1733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1744: [R1735(use-dict-literal), test_idviews] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_idviews_plugin.py:1748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1757: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1761: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1770: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1774: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_idviews_plugin.py:1778: [C0209(consider-using-f-string), test_idviews] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_idviews_plugin.py:1782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_netgroup_plugin
ipatests/test_xmlrpc/test_netgroup_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:41: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:85: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:88: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:93: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:98: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:103: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:106: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:111: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:119: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:128: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:137: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:143: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:149: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:157: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:163: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:169: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:177: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:183: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:189: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:197: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:201: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:208: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:213: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:218: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:228: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:234: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:235: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:247: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:253: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:268: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:274: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:280: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:286: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:293: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:299: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:315: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:342: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:351: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:375: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:382: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:407: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:428: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:434: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:453: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:459: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:467: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:478: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:504: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:510: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:521: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:528: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:555: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:562: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:590: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:597: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:625: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:632: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:644: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:660: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:666: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:677: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:694: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:701: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:717: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:729: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:736: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:751: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:764: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:771: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:799: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:806: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:810: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:818: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:822: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:835: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:842: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:846: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:859: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:866: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:880: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:887: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:904: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:913: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:924: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:933: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:950: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:959: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:970: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:996: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1004: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1023: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1030: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1038: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1044: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1053: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1061: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1088: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1096: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1122: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1130: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1155: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1163: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1187: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1195: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1218: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1226: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1242: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1249: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1257: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1272: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1280: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1288: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1300: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1311: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1319: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1330: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1342: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1350: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1358: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1373: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1381: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_netgroup_plugin.py:1385: [C0209(consider-using-f-string), test_netgroup] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_external_members
ipatests/test_xmlrpc/test_external_members.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_external_members.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_external_members.py:42: [C0209(consider-using-f-string), get_trusted_group_name] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_external_members.py:62: [C0209(consider-using-f-string), test_external_members] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_external_members.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_external_members.py:68: [C0209(consider-using-f-string), test_external_members] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_external_members.py:79: [C0209(consider-using-f-string), test_external_members] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_external_members.py:100: [C0209(consider-using-f-string), test_external_members] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_external_members.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_external_members.py:121: [C0209(consider-using-f-string), test_external_members] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_external_members.py:142: [C0209(consider-using-f-string), test_external_members] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_external_members.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_certmap_plugin
ipatests/test_xmlrpc/test_certmap_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:24: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:24: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:75: [C0209(consider-using-f-string), dontfill_idfn] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_certmap_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:76: [C0209(consider-using-f-string), dontfill_idfn] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_certmap_plugin.py:81: [C0209(consider-using-f-string), update_idfn] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_certmap_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:178: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_certmap_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:179: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_certmap_plugin.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certmap_plugin.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_batch_plugin
ipatests/test_xmlrpc/test_batch_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:45: [C0209(consider-using-f-string), deepequal_list.checker] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_batch_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:90: [R1735(use-dict-literal), test_batch] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_batch_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:112: [C0209(consider-using-f-string), test_batch] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_batch_plugin.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:123: [R1735(use-dict-literal), test_batch] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_batch_plugin.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:124: [R1735(use-dict-literal), test_batch] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_batch_plugin.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:130: [C0209(consider-using-f-string), test_batch] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_batch_plugin.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:134: [C0209(consider-using-f-string), test_batch] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_batch_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:138: [C0209(consider-using-f-string), test_batch] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_batch_plugin.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:142: [C0209(consider-using-f-string), test_batch] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_batch_plugin.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:152: [R1735(use-dict-literal), test_batch] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_batch_plugin.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:160: [C0209(consider-using-f-string), test_batch] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_batch_plugin.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:164: [C0209(consider-using-f-string), test_batch] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_batch_plugin.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:191: [R1735(use-dict-literal), test_batch] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_batch_plugin.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:193: [R1735(use-dict-literal), test_batch] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_batch_plugin.py:195: [R1735(use-dict-literal), test_batch] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_batch_plugin.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:199: [R1735(use-dict-literal), test_batch] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_batch_plugin.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_batch_plugin.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_kerberos_principal_aliases
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:156: [C0209(consider-using-f-string), TestKerberosAliasManipulation.test_add_service_principal_alias] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:162: [C0209(consider-using-f-string), TestKerberosAliasManipulation.test_remove_service_principal_alias] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:165: [C0209(consider-using-f-string), TestKerberosAliasManipulation.test_remove_service_principal_alias] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:191: [C0209(consider-using-f-string), TestKerberosAliasManipulation.test_authenticate_against_aliased_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:204: [C0209(consider-using-f-string), TestKerberosAliasManipulation.test_authenticate_with_user_alias] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:257: [C0209(consider-using-f-string), TestKerberosAliasExceptions.test_enterprise_principal_overlap_with_AD_realm] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:275: [C0209(consider-using-f-string), TestKerberosAliasExceptions.test_enterprise_principal_UPN_overlap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_kerberos_principal_aliases.py:293: [C0209(consider-using-f-string), TestKerberosAliasExceptions.test_enterprise_principal_NETBIOS_overlap] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_ca_plugin
ipatests/test_xmlrpc/test_ca_plugin.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:109: [C0209(consider-using-f-string), TestCAbasicCRUD.test_export_ca] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_ca_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:162: [C0209(consider-using-f-string), TestCAbasicCRUD.test_delete_subjectdn] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_ca_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_ca_plugin.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_certprofile_plugin
ipatests/test_xmlrpc/test_certprofile_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:143: [C0209(consider-using-f-string), TestProfileCRUD.test_export_profile] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_certprofile_plugin.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:185: [W1514(unspecified-encoding), TestProfileCRUD.test_update_by_malformed_profile] Using open without explicitly specifying an encoding)
ipatests/test_xmlrpc/test_certprofile_plugin.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:249: [C0209(consider-using-f-string), TestImportProfileIdHandling.test_import_with_multiple_profile_id] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_certprofile_plugin.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_certprofile_plugin.py:255: [C0209(consider-using-f-string), TestImportProfileIdHandling.test_import_with_correct_profile_id] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_caacl_plugin
ipatests/test_xmlrpc/test_caacl_plugin.py:23: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_dns_realmdomains_integration
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:43: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:46: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:47: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:49: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:126: [C0209(consider-using-f-string), test_dns_realmdomains_integration] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:194: [C0209(consider-using-f-string), test_dns_realmdomains_integration] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_realmdomains_integration.py:213: [C0209(consider-using-f-string), test_dns_realmdomains_integration] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.objectclasses
ipatests/test_xmlrpc/objectclasses.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/objectclasses.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_attr
ipatests/test_xmlrpc/test_attr.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_attr.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.mock_trust
ipatests/test_xmlrpc/mock_trust.py:33: [C0209(consider-using-f-string), get_trusted_dom_range_dict] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/mock_trust.py:34: [C0209(consider-using-f-string), get_trusted_dom_range_dict] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/mock_trust.py:35: [C0209(consider-using-f-string), get_trusted_dom_range_dict] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/mock_trust.py:36: [C0209(consider-using-f-string), get_trusted_dom_range_dict] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/mock_trust.py:37: [C0209(consider-using-f-string), get_trusted_dom_range_dict] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/mock_trust.py:47: [C0209(consider-using-f-string), get_trusted_dom_dict] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.tracker.sudocmdgroup_plugin
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:23: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:147: [C0209(consider-using-f-string), SudoCmdGroupTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:155: [C0209(consider-using-f-string), SudoCmdGroupTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:190: [C0209(consider-using-f-string), SudoCmdGroupTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmdgroup_plugin.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_location_plugin
ipatests/test_xmlrpc/test_location_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:49: [C0209(consider-using-f-string), TestNonexistentIPALocation.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_location_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:57: [C0209(consider-using-f-string), TestNonexistentIPALocation.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_location_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:64: [C0209(consider-using-f-string), TestNonexistentIPALocation.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_location_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:89: [C0209(consider-using-f-string), TestCRUD.test_create_duplicate] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_location_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:132: [C0209(consider-using-f-string), TestLocationsServer] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_location_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:148: [C0209(consider-using-f-string), TestLocationsServer.test_add_nonexistent_location_to_server] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_location_plugin.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_location_plugin.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.sudocmd_plugin
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:14: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:14: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:14: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:15: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:16: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:16: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:21: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:21: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:21: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:71: [C0209(consider-using-f-string), SudoCmdTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:79: [C0209(consider-using-f-string), SudoCmdTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/sudocmd_plugin.py:114: [C0209(consider-using-f-string), SudoCmdTracker.check_update] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_add_remove_cert_cmd
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:50: [C0209(consider-using-f-string), CertManipCmdTestBase] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:91: [C0209(consider-using-f-string), CertManipCmdTestBase.add_entity] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:98: [C0209(consider-using-f-string), CertManipCmdTestBase.delete_entity] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:228: [C0209(consider-using-f-string), CertManipCmdTestBase.certmanipcmd_setup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:379: [C0209(consider-using-f-string), CertManipCmdTestBase.test_99_check_final_entity_consistency] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:404: [C0209(consider-using-f-string), TestCertManipCmdUser.add_caacl] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:409: [C0209(consider-using-f-string), TestCertManipCmdUser.remove_caacl] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:437: [C0209(consider-using-f-string), TestCertManipCmdHost] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:454: [C0209(consider-using-f-string), TestCertManipCmdService] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:497: [C0209(consider-using-f-string), TestCertManipIdOverride.test_01_add_cert_to_idoverride] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:510: [C0209(consider-using-f-string), TestCertManipIdOverride.test_02_add_second_cert_to_idoverride] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_add_remove_cert_cmd.py:535: [C0209(consider-using-f-string), TestCertManipIdOverride.test_05_remove_cert] Formatting a regular string which could be a f-string)
************* Module ipatests.util
ipatests/util.py:121: [W1514(unspecified-encoding), TempDir.touch] Using open without explicitly specifying an encoding)
ipatests/util.py:129: [W1514(unspecified-encoding), TempDir.write] Using open without explicitly specifying an encoding)
ipatests/util.py:97: [W0238(unused-private-member), TempDir.__get_path] Unused private member `TempDir.__get_path(self)`)
ipatests/util.py:149: [W0238(unused-private-member), TempHome.__init__] Unused private member `TempHome.__home`)
ipatests/util.py:171: [C0209(consider-using-f-string), assert_equal] Formatting a regular string which could be a f-string)
ipatests/util.py:172: [C0209(consider-using-f-string), assert_equal] Formatting a regular string which could be a f-string)
ipatests/util.py:179: [C0209(consider-using-f-string), assert_not_equal] Formatting a regular string which could be a f-string)
ipatests/util.py:180: [C0209(consider-using-f-string), assert_not_equal] Formatting a regular string which could be a f-string)
ipatests/util.py:292: [C0209(consider-using-f-string), Fuzzy.__repr__] Formatting a regular string which could be a f-string)
ipatests/util.py:520: [W0238(unused-private-member), ClassChecker.__get_cls] Unused private member `ClassChecker.__get_cls(self)`)
ipatests/util.py:527: [W0238(unused-private-member), ClassChecker.__get_subcls] Unused private member `ClassChecker.__get_subcls(self)`)
ipatests/util.py:580: [W0238(unused-private-member), PluginTester.__get_plugin] Unused private member `PluginTester.__get_plugin(self)`)
ipatests/util.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/util.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/util.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/util.py:689: [C0209(consider-using-f-string), DummyClass.__process] Formatting a regular string which could be a f-string)
ipatests/util.py:698: [C0209(consider-using-f-string), DummyClass.__process] Formatting a regular string which could be a f-string)
ipatests/util.py:704: [C0209(consider-using-f-string), DummyClass.__process] Formatting a regular string which could be a f-string)
ipatests/util.py:710: [C0209(consider-using-f-string), DummyClass.__process] Formatting a regular string which could be a f-string)
ipatests/util.py:725: [C0209(consider-using-f-string), MockLDAP.__init__] Formatting a regular string which could be a f-string)
ipatests/util.py:760: [W1514(unspecified-encoding), prepare_config] Using open without explicitly specifying an encoding)
ipatests/util.py:770: [C0209(consider-using-f-string), unlock_principal_password] Formatting a regular string which could be a f-string)
ipatests/util.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/util.py:865: [C0209(consider-using-f-string), host_keytab] Formatting a regular string which could be a f-string)
ipatests/util.py:901: [C0209(consider-using-f-string), xfail_context] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.tracker.user_plugin
ipatests/test_xmlrpc/tracker/user_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:76: [C0209(consider-using-f-string), UserTracker.__init__] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:79: [C0209(consider-using-f-string), UserTracker.__init__] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:176: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:177: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:178: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:179: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:186: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:187: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:188: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:189: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:199: [C0206(consider-using-dict-items), UserTracker.track_create] Consider iterating with .items())
ipatests/test_xmlrpc/tracker/user_plugin.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:202: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:208: [C0209(consider-using-f-string), UserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:239: [C0209(consider-using-f-string), UserTracker.update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:268: [C0209(consider-using-f-string), UserTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:276: [C0209(consider-using-f-string), UserTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:359: [C0209(consider-using-f-string), UserTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:367: [C0209(consider-using-f-string), UserTracker.check_enable] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:375: [C0209(consider-using-f-string), UserTracker.check_disable] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:391: [C0209(consider-using-f-string), UserTracker.create_from_staged] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:410: [C0209(consider-using-f-string), UserTracker.check_activate] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:429: [C0209(consider-using-f-string), UserTracker.check_undel] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:504: [C0209(consider-using-f-string), UserTracker.make_fixture_restore.finish] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/user_plugin.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/user_plugin.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.kerberos_aliases
ipatests/test_xmlrpc/tracker/kerberos_aliases.py:44: [C0209(consider-using-f-string), KerberosAliasMixin._check_for_krbprincipalname_attr] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/kerberos_aliases.py:47: [C0209(consider-using-f-string), KerberosAliasMixin._check_for_krbprincipalname_attr] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/kerberos_aliases.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.service_plugin
ipatests/test_xmlrpc/tracker/service_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:55: [C0209(consider-using-f-string), ServiceTracker.__init__] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:104: [C0209(consider-using-f-string), ServiceTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:108: [C0209(consider-using-f-string), ServiceTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:126: [C0209(consider-using-f-string), ServiceTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:127: [C0209(consider-using-f-string), ServiceTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:134: [C0209(consider-using-f-string), ServiceTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:135: [C0209(consider-using-f-string), ServiceTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:147: [C0209(consider-using-f-string), ServiceTracker.check_retrieve] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:169: [C0209(consider-using-f-string), ServiceTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/service_plugin.py:170: [C0209(consider-using-f-string), ServiceTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/service_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_group_plugin
ipatests/test_xmlrpc/test_group_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:60: [C0209(consider-using-f-string), managed_group] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:126: [C0209(consider-using-f-string), TestGroup.test_create_duplicate] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:144: [C0209(consider-using-f-string), TestGroup.test_rename] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:151: [C0209(consider-using-f-string), TestGroup.test_rename] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:362: [C0209(consider-using-f-string), TestNonexistentGroup.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:371: [C0209(consider-using-f-string), TestNonexistentGroup.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:379: [C0209(consider-using-f-string), TestNonexistentGroup.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:386: [C0209(consider-using-f-string), TestNonexistentGroup.test_rename_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:388: [C0209(consider-using-f-string), TestNonexistentGroup.test_rename_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:419: [C0209(consider-using-f-string), TestNonposixGroup.test_create_duplicate_to_nonposix] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:596: [C0209(consider-using-f-string), TestValidation.test_validation_disabled_on_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:603: [C0209(consider-using-f-string), TestValidation.test_validation_disabled_on_show] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:610: [C0209(consider-using-f-string), TestValidation.test_validation_disabled_on_mod] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:646: [C0209(consider-using-f-string), TestManagedGroups.test_delete_detached_managed] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:659: [C0209(consider-using-f-string), TestManagedGroups.test_verify_managed_missing_for_user_without_upg] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:719: [C0209(consider-using-f-string), TestAdminGroup.test_rename_admins_using_setattr] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:755: [C0209(consider-using-f-string), TestTrustAdminGroup.test_rename_trust_admins_using_setattr] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_group_plugin.py:757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_group_plugin.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.server_plugin
ipatests/test_xmlrpc/tracker/server_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/server_plugin.py:109: [C0209(consider-using-f-string), ServerTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/server_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.idview_plugin
ipatests/test_xmlrpc/tracker/idview_plugin.py:21: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/idview_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/idview_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/idview_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/idview_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/idview_plugin.py:106: [C0209(consider-using-f-string), IdviewTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/idview_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/idview_plugin.py:114: [C0209(consider-using-f-string), IdviewTracker.check_idoverrideuser_add] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.tracker.stageuser_plugin
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:72: [C0209(consider-using-f-string), StageUserTracker.__init__] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:75: [C0209(consider-using-f-string), StageUserTracker.__init__] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:134: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:135: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:136: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:137: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:143: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:144: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:145: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:146: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:155: [C0209(consider-using-f-string), StageUserTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:185: [C0209(consider-using-f-string), StageUserTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:193: [C0209(consider-using-f-string), StageUserTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:237: [C0209(consider-using-f-string), StageUserTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:244: [C0209(consider-using-f-string), StageUserTracker.check_restore_preserved] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:265: [C0209(consider-using-f-string), StageUserTracker.make_fixture_activate.finish] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/stageuser_plugin.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.host_plugin
ipatests/test_xmlrpc/tracker/host_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:64: [C0209(consider-using-f-string), HostTracker.__init__] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/host_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:68: [C0209(consider-using-f-string), HostTracker.__init__] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/host_plugin.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:69: [C0209(consider-using-f-string), HostTracker.__init__] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/host_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:113: [C0209(consider-using-f-string), HostTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/host_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:114: [C0209(consider-using-f-string), HostTracker.track_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/host_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:138: [C0209(consider-using-f-string), HostTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/host_plugin.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:146: [C0209(consider-using-f-string), HostTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/host_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/host_plugin.py:179: [C0209(consider-using-f-string), HostTracker.check_update] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.tracker.certmapdata
ipatests/test_xmlrpc/tracker/certmapdata.py:16: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:16: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:16: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:24: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:63: [C0209(consider-using-f-string), CertmapdataMixin._data_from_options] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmapdata.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:69: [C0209(consider-using-f-string), CertmapdataMixin._data_from_options] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmapdata.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:95: [C0209(consider-using-f-string), CertmapdataMixin.add_certmap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmapdata.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:124: [C0209(consider-using-f-string), CertmapdataMixin.remove_certmap] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmapdata.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmapdata.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_stageuser_plugin
ipatests/test_xmlrpc/test_stageuser_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:64: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:66: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:190: [C0209(consider-using-f-string), TestNonexistentStagedUser.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:197: [C0209(consider-using-f-string), TestNonexistentStagedUser.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:205: [C0209(consider-using-f-string), TestNonexistentStagedUser.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:218: [C0209(consider-using-f-string), TestNonexistentStagedUser.test_activate_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:234: [C0209(consider-using-f-string), TestStagedUser.test_create_duplicate] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:250: [C0209(consider-using-f-string), TestStagedUser.test_activate] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:285: [C0209(consider-using-f-string), TestStagedUser.test_create_with_attr] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:417: [C0209(consider-using-f-string), TestCreateInvalidAttributes.test_create_krbprincipal_malformed] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:493: [C0209(consider-using-f-string), TestActive.test_delete_preserve] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:541: [C0209(consider-using-f-string), TestPreserved.test_permanently_delete_preserved_user] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:583: [C0209(consider-using-f-string), TestPreserved.test_staged_from_preserved] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:655: [C0209(consider-using-f-string), TestManagers.test_staged_manager] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:666: [C0209(consider-using-f-string), TestManagers.test_preserved_manager] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:697: [C0209(consider-using-f-string), TestDuplicates.test_active_same_as_preserved] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:707: [C0209(consider-using-f-string), TestDuplicates.test_staged_same_as_active] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:736: [C0209(consider-using-f-string), TestDuplicates.test_active_same_as_staged] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_stageuser_plugin.py:743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_stageuser_plugin.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.hostgroup_plugin
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:23: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:166: [C0209(consider-using-f-string), HostGroupTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:174: [C0209(consider-using-f-string), HostGroupTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:209: [C0209(consider-using-f-string), HostGroupTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/hostgroup_plugin.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.group_plugin
ipatests/test_xmlrpc/tracker/group_plugin.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:241: [C0209(consider-using-f-string), GroupTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/group_plugin.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:249: [C0209(consider-using-f-string), GroupTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/group_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:284: [C0209(consider-using-f-string), GroupTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/group_plugin.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/group_plugin.py:368: [C0209(consider-using-f-string), GroupTracker.check_detach] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.tracker.certmap_plugin
ipatests/test_xmlrpc/tracker/certmap_plugin.py:16: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:21: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:23: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:66: [C0209(consider-using-f-string), CertmapruleTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:84: [C0209(consider-using-f-string), CertmapruleTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:134: [C0209(consider-using-f-string), CertmapruleTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:148: [C0209(consider-using-f-string), CertmapruleTracker.check_enable] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:162: [C0209(consider-using-f-string), CertmapruleTracker.check_disable] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certmap_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.certprofile_plugin
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:56: [W1514(unspecified-encoding), CertprofileTracker.profile] Using open without explicitly specifying an encoding)
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:80: [C0209(consider-using-f-string), CertprofileTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:100: [C0209(consider-using-f-string), CertprofileTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/certprofile_plugin.py:142: [C0209(consider-using-f-string), CertprofileTracker.check_update] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.tracker.ca_plugin
ipatests/test_xmlrpc/tracker/ca_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/ca_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/ca_plugin.py:68: [C0209(consider-using-f-string), CATracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/ca_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/ca_plugin.py:109: [C0209(consider-using-f-string), CATracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/ca_plugin.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/ca_plugin.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/ca_plugin.py:161: [C0209(consider-using-f-string), CATracker.check_update] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.tracker.caacl_plugin
ipatests/test_xmlrpc/tracker/caacl_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:98: [C0209(consider-using-f-string), CAACLTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:122: [C0209(consider-using-f-string), CAACLTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:164: [R1735(use-dict-literal), CAACLTracker.update] Consider using {} instead of dict())
ipatests/test_xmlrpc/tracker/caacl_plugin.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:197: [C0209(consider-using-f-string), CAACLTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:233: [R1735(use-dict-literal), CAACLTracker._add_acl_component] Consider using {} instead of dict())
ipatests/test_xmlrpc/tracker/caacl_plugin.py:277: [R1735(use-dict-literal), CAACLTracker._remove_acl_component] Consider using {} instead of dict())
ipatests/test_xmlrpc/tracker/caacl_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/caacl_plugin.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_cert_plugin
ipatests/test_xmlrpc/test_cert_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:59: [C0209(consider-using-f-string), is_db_configured] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_cert_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:78: [C0209(consider-using-f-string), BaseCert] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_cert_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:79: [C0209(consider-using-f-string), BaseCert] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_cert_plugin.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:284: [C0207(use-maxsplit-arg), test_cert_find] Use api.env.host.split('.', maxsplit=1)[0] instead)
ipatests/test_xmlrpc/test_cert_plugin.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_cert_plugin.py:440: [C0209(consider-using-f-string), test_cert_find.test_0030_search_for_testcerts] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_cert_plugin.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.automember_plugin
ipatests/test_xmlrpc/tracker/automember_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:18: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:21: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:23: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:187: [C0209(consider-using-f-string), AutomemberTracker.add_condition] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/automember_plugin.py:203: [R1735(use-dict-literal), AutomemberTracker.check_rebuild] Consider using {} instead of dict())
ipatests/test_xmlrpc/tracker/automember_plugin.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:217: [C0209(consider-using-f-string), AutomemberTracker.check_add_condition] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/automember_plugin.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:232: [C0209(consider-using-f-string), AutomemberTracker.check_add_condition_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/automember_plugin.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:246: [C0209(consider-using-f-string), AutomemberTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/automember_plugin.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:254: [C0209(consider-using-f-string), AutomemberTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/automember_plugin.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:289: [C0209(consider-using-f-string), AutomemberTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/automember_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/automember_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_automount_plugin
ipatests/test_xmlrpc/test_automount_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:81: [C0209(consider-using-f-string), AutomountTest.check_import_roundtrip] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automount_plugin.py:83: [W1514(unspecified-encoding), AutomountTest.check_import_roundtrip] Using open without explicitly specifying an encoding)
ipatests/test_xmlrpc/test_automount_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:98: [C0209(consider-using-f-string), AutomountTest.check_import_roundtrip] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automount_plugin.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automount_plugin.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.tracker.base
ipatests/test_xmlrpc/tracker/base.py:69: [C0209(consider-using-f-string), BaseTracker.run_command] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/base.py:73: [C0209(consider-using-f-string), BaseTracker.run_command] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/base.py:77: [C0209(consider-using-f-string), BaseTracker.run_command] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/base.py:160: [R1733(unnecessary-dict-index-lookup), ModificationTracker.update] Unnecessary dictionary index lookup, use 'value' instead)
************* Module ipatests.test_xmlrpc.tracker.location_plugin
ipatests/test_xmlrpc/tracker/location_plugin.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/location_plugin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/location_plugin.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/location_plugin.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/location_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/location_plugin.py:85: [C0209(consider-using-f-string), LocationTracker.check_create] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/location_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/location_plugin.py:93: [C0209(consider-using-f-string), LocationTracker.check_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/location_plugin.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/location_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/tracker/location_plugin.py:127: [C0209(consider-using-f-string), LocationTracker.check_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/tracker/location_plugin.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_baseldap_plugin
ipatests/test_xmlrpc/test_baseldap_plugin.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_baseldap_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_baseldap_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_baseldap_plugin.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_baseldap_plugin.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_baseldap_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_baseldap_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_baseldap_plugin.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_baseldap_plugin.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_host_plugin
ipatests/test_xmlrpc/test_host_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:55: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:75: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:103: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:143: [C0209(consider-using-f-string), lab_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:168: [C0209(consider-using-f-string), ipv6only_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:175: [C0209(consider-using-f-string), ipv4only_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:182: [C0209(consider-using-f-string), ipv46both_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:189: [C0209(consider-using-f-string), ipv4_fromip_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:196: [C0209(consider-using-f-string), ipv6_fromip_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:206: [C0209(consider-using-f-string), TestNonexistentHost.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:213: [C0209(consider-using-f-string), TestNonexistentHost.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:220: [C0209(consider-using-f-string), TestNonexistentHost.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:230: [C0209(consider-using-f-string), TestCRUD.test_create_duplicate] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:280: [C0209(consider-using-f-string), TestCRUD.test_host_find_pkey_only] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:282: [C0209(consider-using-f-string), TestCRUD.test_host_find_pkey_only] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:329: [C0209(consider-using-f-string), TestCRUD.test_try_illegal_ssh_pubkey] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:347: [C0209(consider-using-f-string), TestCRUD.test_retrieve_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:355: [C0209(consider-using-f-string), TestCRUD.test_update_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:362: [C0209(consider-using-f-string), TestCRUD.test_delete_nonexistent] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:384: [C0209(consider-using-f-string), TestCRUD.modify_config_maxhostname] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:402: [C0209(consider-using-f-string), TestCRUD.generate_hostname] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:403: [C0209(consider-using-f-string), TestCRUD.generate_hostname] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:405: [C0209(consider-using-f-string), TestCRUD.generate_hostname] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:412: [C0209(consider-using-f-string), TestCRUD.test_config_maxhostname_invalid] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:424: [C0209(consider-using-f-string), TestCRUD.test_try_hostname_length_above_maxhostnamelimit] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:429: [C0209(consider-using-f-string), TestCRUD.test_try_hostname_length_above_maxhostnamelimit] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:438: [C0209(consider-using-f-string), TestCRUD.test_try_hostname_length_below_maximum] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:448: [C0209(consider-using-f-string), TestCRUD.test_raise_limit_above_and_try_hostname_len_above_limit] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:453: [C0209(consider-using-f-string), TestCRUD.test_raise_limit_above_and_try_hostname_len_above_limit] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:462: [C0209(consider-using-f-string), TestCRUD.test_raise_limit_and_try_valid_len_hostname] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:491: [C0209(consider-using-f-string), TestHostWithService.test_host_with_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:500: [C0209(consider-using-f-string), TestHostWithService.test_host_with_service] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:646: [C0209(consider-using-f-string), TestValidation.test_try_validate_update] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:652: [C0209(consider-using-f-string), TestValidation.test_try_validate_delete] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:658: [C0209(consider-using-f-string), TestValidation.test_try_validate_retrieve] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:693: [C0209(consider-using-f-string), TestHostFalsePwdChange.test_join_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:738: [C0209(consider-using-f-string), TestHostFalsePwdChange.test_join_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:740: [C0209(consider-using-f-string), TestHostFalsePwdChange.test_join_host] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_host_plugin.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_host_plugin.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_xmlrpc.test_caacl_profile_enforcement
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:59: [W1514(unspecified-encoding), generate_user_csr] Using open without explicitly specifying an encoding)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:246: [W1514(unspecified-encoding), TestSignWithChangedProfile.test_modify_smime_profile] Using open without explicitly specifying an encoding)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:373: [C0209(consider-using-f-string), santest_subca] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_caacl_profile_enforcement.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_webui.test_range
ipatests/test_webui/test_range.py:141: [C0209(consider-using-f-string), test_range.test_add_range_with_existing_name] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_range.py:151: [C0209(consider-using-f-string), test_range.test_add_range_with_existing_name] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_range.py:359: [C0209(consider-using-f-string), test_range.test_delete_primary_local_range] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_selinuxusermap
ipatests/test_webui/test_selinuxusermap.py:45: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_selinuxusermap.py:49: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_selinuxusermap.py:278: [C0209(consider-using-f-string), test_selinuxusermap.test_add_different_rules] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_netgroup
ipatests/test_webui/test_netgroup.py:143: [C0209(consider-using-f-string), test_netgroup.test_add_netgroup_negative] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_netgroup.py:353: [C0209(consider-using-f-string), test_netgroup.test_mod] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_permission_plugin
ipatests/test_xmlrpc/test_permission_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:111: [C0209(consider-using-f-string), verify_permission_aci] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:125: [C0209(consider-using-f-string), verify_permission_aci_missing] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:129: [C0209(consider-using-f-string), verify_permission_aci_missing] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:143: [C0209(consider-using-f-string), lineinfo] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:156: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:159: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:163: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:166: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:171: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:174: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:178: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:189: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:200: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:215: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:227: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:279: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:289: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:305: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:315: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:329: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:339: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:353: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:363: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:375: [C0209(consider-using-f-string), test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:403: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:413: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:432: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:433: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:437: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:446: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:451: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:457: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:469: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:491: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:513: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:541: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:566: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:590: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:616: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:652: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:677: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:701: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:733: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:763: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:775: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:795: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:796: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:800: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:837: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:872: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:917: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:936: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:941: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:954: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:993: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1029: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1069: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1094: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1105: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1127: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1129: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1130: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1134: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1156: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1166: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1176: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1199: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1207: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1230: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1232: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1233: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1238: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1246: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1269: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1271: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1272: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1277: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1284: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1303: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1304: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1305: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1310: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1317: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1336: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1337: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1341: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1348: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1367: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1368: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1369: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1374: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1377: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1402: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1404: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1495: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1500: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1507: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1510: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1515: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1518: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1523: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1526: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1531: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1536: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1543: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1555: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1560: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1565: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1577: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1588: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1607: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1609: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1610: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1614: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1621: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1629: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1649: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1651: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1652: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1656: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1663: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1683: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1684: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1688: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1693: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1700: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1710: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1728: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1730: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1731: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1735: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1745: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1764: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1765: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1769: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1792: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1798: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1820: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1821: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1825: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1834: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1843: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1851: [C0209(consider-using-f-string), test_permission] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1877: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1898: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1900: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1901: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1909: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1920: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1938: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1952: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1972: [C0209(consider-using-f-string), test_permission_rollback] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:1975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:1975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2006: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2013: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2019: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2038: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2039: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2041: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2045: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2053: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2073: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2074: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2076: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2082: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2090: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2109: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2110: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2112: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2118: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2121: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2127: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2145: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2146: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2147: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2151: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2159: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2176: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2177: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2181: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2189: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2207: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2208: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2209: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2213: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2221: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2240: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2242: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2243: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2244: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2248: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2256: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2276: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2278: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2279: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2280: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2284: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2311: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2319: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2339: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2340: [C0209(consider-using-f-string), test_permission_sync_attributes] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2353: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2364: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2383: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2385: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2386: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2390: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2398: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2416: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2417: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2418: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2422: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2430: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2447: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2448: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2452: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2460: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2478: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2479: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2480: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2484: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2492: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2511: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2513: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2514: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2515: [C0209(consider-using-f-string), test_permission_sync_nice] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2531: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2535: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2536: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2541: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2554: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2570: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2579: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2581: [R1735(use-dict-literal), test_permission_targetfilter] Consider using {} instead of dict())
ipatests/test_xmlrpc/test_permission_plugin.py:2590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2603: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2625: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2632: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2651: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2658: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2677: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2684: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2693: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2709: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2721: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2724: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2725: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2729: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2738: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2756: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2757: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2761: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2766: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2773: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2789: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2800: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2803: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2804: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2809: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2833: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2850: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2859: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2875: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2887: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2891: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2892: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2896: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2905: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2920: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2931: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2934: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2935: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2939: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2948: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2962: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2972: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2975: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2976: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2980: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2989: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:2994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:2998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3010: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3011: [C0209(consider-using-f-string), test_permission_targetfilter] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3021: [C0209(consider-using-f-string), _make_permission_flag_tests] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3029: [C0209(consider-using-f-string), _make_permission_flag_tests] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3040: [C0209(consider-using-f-string), _make_permission_flag_tests] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3046: [C0209(consider-using-f-string), _make_permission_flag_tests] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3052: [C0209(consider-using-f-string), _make_permission_flag_tests] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3072: [C0209(consider-using-f-string), _make_permission_flag_tests] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3077: [C0209(consider-using-f-string), _make_permission_flag_tests] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3093: [C0209(consider-using-f-string), test_permission_flags] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3099: [C0209(consider-using-f-string), test_permission_flags] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3159: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3169: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3186: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3191: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3197: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3208: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3216: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3221: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3230: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3247: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3252: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3260: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3265: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3288: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3300: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3314: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3321: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3338: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3343: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3352: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3369: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3370: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3374: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3381: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3398: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3399: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3403: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3422: [C0209(consider-using-f-string), test_permission_bindtype] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3477: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3502: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3503: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3509: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3530: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3542: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3543: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3547: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3577: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3578: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3582: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3611: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3612: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3616: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3645: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3646: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3650: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3679: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3680: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3684: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3711: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3716: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3739: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3763: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3771: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3790: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3816: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3821: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3848: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3853: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3857: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3871: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3878: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3903: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3928: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3940: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3966: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3971: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3978: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:3983: [C0209(consider-using-f-string), test_managed_permissions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:3998: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4002: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4006: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4012: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4032: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4034: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4037: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4038: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4042: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4050: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4056: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4075: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4077: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4080: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4081: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4085: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4095: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4118: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4119: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4123: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4134: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4154: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4159: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4160: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4164: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4174: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4193: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4194: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4198: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4207: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4224: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4226: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4229: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4230: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4234: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4239: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4246: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4256: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4273: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4274: [C0209(consider-using-f-string), test_permission_filters] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4284: [C0209(consider-using-f-string), test_permission_in_accounts] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4294: [C0209(consider-using-f-string), test_permission_in_accounts] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4311: [C0209(consider-using-f-string), test_permission_in_accounts] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4312: [C0209(consider-using-f-string), test_permission_in_accounts] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4316: [C0209(consider-using-f-string), test_permission_in_accounts] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4323: [C0209(consider-using-f-string), test_permission_in_accounts] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4340: [C0209(consider-using-f-string), test_autoadd_operational_attrs] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4350: [C0209(consider-using-f-string), test_autoadd_operational_attrs] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4369: [C0209(consider-using-f-string), test_autoadd_operational_attrs] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4370: [C0209(consider-using-f-string), test_autoadd_operational_attrs] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4384: [C0209(consider-using-f-string), test_self_bindrule] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4395: [C0209(consider-using-f-string), test_self_bindrule] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_permission_plugin.py:4400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_permission_plugin.py:4414: [C0209(consider-using-f-string), test_self_bindrule] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_vault
ipatests/test_webui/test_vault.py:47: [C0209(consider-using-f-string), vault_tasks.prep_service_data] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_trust
ipatests/test_webui/test_trust.py:179: [C0209(consider-using-f-string), test_trust.test_range_auto_private_groups] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_trust.py:216: [C0209(consider-using-f-string), test_trust.test_group_member_idoverrideuser] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_automember_plugin
ipatests/test_xmlrpc/test_automember_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:49: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:203: [C0209(consider-using-f-string), TestNonexistentAutomember.test_create_with_nonexistent_group] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:211: [C0209(consider-using-f-string), TestNonexistentAutomember.test_delete_with_nonexistent_group] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:220: [C0209(consider-using-f-string), TestNonexistentAutomember.test_create_with_nonexistent_hostgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:229: [C0209(consider-using-f-string), TestNonexistentAutomember.test_delete_with_nonexistent_hostgroup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:277: [C0209(consider-using-f-string), set_automember_process_modify_ops] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:583: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:596: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:598: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:600: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:603: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:605: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:607: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:615: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:616: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:617: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:619: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:620: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:621: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_create_additional_automember_conditions] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:815: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_rebuild_membership_with_invalid_hosts_in_hosts] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:824: [C0209(consider-using-f-string), TestMultipleAutomemberConditions.test_rebuild_membership_with_invalid_user_in_users] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_automember_plugin.py:942: [C0209(consider-using-f-string), TestAutomemberFindOrphans.test_find_orphan_automember_rules] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_automember_plugin.py:943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_webui.test_selfservice
ipatests/test_webui/test_selfservice.py:180: [C0209(consider-using-f-string), test_selfservice.test_permission_negative] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_selfservice.py:191: [C0209(consider-using-f-string), test_selfservice.test_permission_negative] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_config
ipatests/test_webui/test_config.py:87: [C0209(consider-using-f-string), test_config.verify_user_cfg_change] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_config.py:89: [C0209(consider-using-f-string), test_config.verify_user_cfg_change] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_config.py:98: [C0209(consider-using-f-string), test_config.assert_field_negative] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_config.py:186: [C0209(consider-using-f-string), test_config.test_size_limit_notification] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_config.py:402: [C0209(consider-using-f-string), test_config.test_user_homedir_field] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_config.py:409: [C0209(consider-using-f-string), test_config.test_user_homedir_field] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_config.py:416: [C0209(consider-using-f-string), test_config.test_user_homedir_field] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_config.py:445: [C0209(consider-using-f-string), test_config.test_user_email_field] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_service
ipatests/test_webui/test_service.py:49: [C0209(consider-using-f-string), sevice_tasks.prep_data] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_service.py:61: [W1514(unspecified-encoding), sevice_tasks.load_file] Using open without explicitly specifying an encoding)
ipatests/test_webui/test_service.py:69: [C0209(consider-using-f-string), sevice_tasks.get_service_pkey] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_service.py:121: [C0209(consider-using-f-string), sevice_tasks.run_keytab_on_host] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_service.py:125: [C0209(consider-using-f-string), sevice_tasks.run_keytab_on_host] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_service.py:127: [C0209(consider-using-f-string), sevice_tasks.run_keytab_on_host] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_automount
ipatests/test_webui/test_automount.py:339: [C0209(consider-using-f-string), TestAutomount.test_add_location_dialog] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automount.py:443: [C0209(consider-using-f-string), TestAutomount.test_add_duplicated_indirect_map] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automount.py:458: [C0209(consider-using-f-string), TestAutomount.test_add_duplicated_indirect_map] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automount.py:498: [C0209(consider-using-f-string), TestAutomount.test_add_key_dialog] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automount.py:570: [C0209(consider-using-f-string), TestAutomount.test_add_duplicated_key] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.data_selinuxusermap
ipatests/test_webui/data_selinuxusermap.py:8: [C0207(use-maxsplit-arg), ] Use platformconstants.SELINUX_USERMAP_ORDER.split('$', maxsplit=1)[0] instead)
ipatests/test_webui/data_selinuxusermap.py:14: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_webui/data_selinuxusermap.py:15: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_webui/data_selinuxusermap.py:16: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_webui/data_selinuxusermap.py:49: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_webui/data_selinuxusermap.py:59: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_webui/data_selinuxusermap.py:70: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_webui/data_selinuxusermap.py:82: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.data_netgroup
ipatests/test_webui/data_netgroup.py:72: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_realmdomains
ipatests/test_webui/test_realmdomains.py:112: [C0209(consider-using-f-string), test_realmdomains.rand_realmdomain] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_realmdomains.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_webui/test_realmdomains.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_webui/test_realmdomains.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_webui/test_realmdomains.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_webui/test_realmdomains.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_webui/test_realmdomains.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_webui.task_range
ipatests/test_webui/task_range.py:107: [C0209(consider-using-f-string), range_tasks.get_data] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_user
ipatests/test_webui/test_user.py:63: [W1514(unspecified-encoding), user_tasks.load_file] Using open without explicitly specifying an encoding)
ipatests/test_webui/test_user.py:74: [C0209(consider-using-f-string), user_tasks.create_email_addr] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_user.py:96: [C0209(consider-using-f-string), user_tasks.assert_user_auth_type] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_user.py:106: [C0209(consider-using-f-string), user_tasks.add_user_auth_type] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipatests_plugins.test_ipa_run_tests
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:24: [C0209(consider-using-f-string), ipatestdir] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:25: [C0209(consider-using-f-string), ipatestdir] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:47: [C0209(consider-using-f-string), test_ipa_run_tests_basic] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:56: [C0209(consider-using-f-string), test_ipa_run_tests_glob1] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:61: [C0209(consider-using-f-string), test_ipa_run_tests_glob1] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:70: [C0209(consider-using-f-string), test_ipa_run_tests_glob2] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:75: [C0209(consider-using-f-string), test_ipa_run_tests_glob2] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:85: [C0209(consider-using-f-string), test_ipa_run_tests_specific_nodeid] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:90: [C0209(consider-using-f-string), test_ipa_run_tests_specific_nodeid] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:97: [C0209(consider-using-f-string), test_ipa_run_tests_expression] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:98: [C0209(consider-using-f-string), test_ipa_run_tests_expression] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:107: [C0209(consider-using-f-string), test_ipa_run_tests_expression] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:121: [C0209(consider-using-f-string), test_ipa_run_tests_empty_expression] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:131: [C0209(consider-using-f-string), test_ipa_run_tests_ignore_basic] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:132: [C0209(consider-using-f-string), test_ipa_run_tests_ignore_basic] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:137: [C0209(consider-using-f-string), test_ipa_run_tests_ignore_basic] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:149: [C0209(consider-using-f-string), test_ipa_run_tests_defaultargs] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:155: [C0209(consider-using-f-string), test_ipa_run_tests_defaultargs] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:157: [C0209(consider-using-f-string), test_ipa_run_tests_defaultargs] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:169: [C0209(consider-using-f-string), test_ipa_run_tests_confcutdir] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_ipa_run_tests.py:174: [C0209(consider-using-f-string), test_ipa_run_tests_confcutdir] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_topology_plugin
ipatests/test_ipaserver/test_topology_plugin.py:40: [C0209(consider-using-f-string), TestTopologyPlugin.test_topologyplugin] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_topology_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_topology_plugin.py:71: [W1514(unspecified-encoding), TestTopologyPlugin.test_topologyplugin] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_topology_plugin.py:83: [C0209(consider-using-f-string), TestTopologyPlugin.test_topologyplugin] Formatting a regular string which could be a f-string)
************* Module ipatests.test_xmlrpc.test_dns_plugin
ipatests/test_xmlrpc/test_dns_plugin.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:46: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:50: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:54: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:56: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:61: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:66: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:71: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:78: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:81: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:83: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:86: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:87: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:89: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:100: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:105: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:107: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:109: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:113: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:114: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:116: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:117: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:122: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:128: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:130: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:136: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:138: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:142: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:152: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:160: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:168: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:172: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:173: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:178: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:179: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:181: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:209: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:266: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:267: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:292: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:302: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:303: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:306: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:307: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:315: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:348: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:373: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:375: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:397: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:456: [C0209(consider-using-f-string), test_dns.dns_setup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:503: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:506: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:510: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:513: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:517: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:520: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:525: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:528: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:533: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:555: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:578: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:585: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:608: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:639: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:710: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:755: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:778: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:792: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:811: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:822: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:840: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:850: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:860: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:870: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:879: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:888: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:897: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:907: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:925: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:937: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:955: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:966: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:979: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1022: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1064: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1074: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1093: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1094: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1095: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1105: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1109: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1116: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1119: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1124: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1127: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1132: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1140: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1156: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1184: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1200: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1214: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1229: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1239: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1255: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1268: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1281: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1289: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1290: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1298: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1305: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1314: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1319: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1329: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1330: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1338: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1344: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1350: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1352: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1354: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1358: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1360: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1365: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1367: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1373: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1379: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1386: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1395: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1403: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1411: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1413: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1413: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1419: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1434: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1442: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1450: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1464: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1466: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1466: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1473: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1475: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1483: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1490: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1491: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1499: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1501: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1509: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1511: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1518: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1528: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1532: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1538: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1546: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1562: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1580: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1584: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1588: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1589: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1595: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1597: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1602: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1618: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1626: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1640: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1645: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1652: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1668: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1678: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1688: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1705: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1723: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1734: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1738: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1745: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1749: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1756: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1766: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1776: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1786: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1802: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1806: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1826: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1870: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1914: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1929: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1966: [C0209(consider-using-f-string), test_dns.<lambda>] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1972: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1993: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:1994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:1996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2000: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2021: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2031: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2038: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2045: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2059: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2069: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2090: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2110: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2113: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2120: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2137: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2151: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2166: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2182: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2187: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2194: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2200: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2204: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2209: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2226: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2245: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2250: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2257: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2263: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2267: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2273: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2277: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2292: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2301: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2309: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2320: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2328: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2350: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2372: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2387: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2429: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2472: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2479: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2485: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2492: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2498: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2513: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2528: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2544: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2566: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2588: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2610: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2619: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2641: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2651: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2674: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2687: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2710: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2722: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2741: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2750: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2792: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2796: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2802: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2823: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2832: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2835: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2839: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2855: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2878: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2899: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2917: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2935: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2952: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2970: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2987: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:2988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:2995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3003: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3016: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3017: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3025: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3034: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3035: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3035: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3043: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3043: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3051: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3052: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3058: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3066: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3067: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3075: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3076: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3083: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3091: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3092: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3099: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3114: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3128: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3143: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3157: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3158: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3166: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3172: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3180: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3186: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3194: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3200: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3214: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3228: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3245: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3260: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3268: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3284: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3288: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3312: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3316: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3340: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3351: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3362: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3373: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3377: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3384: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3403: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3416: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3420: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3427: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3446: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3458: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3462: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3469: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3488: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3493: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3494: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3501: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3505: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3512: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3531: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3536: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3537: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3562: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3566: [C0209(consider-using-f-string), test_dns] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3587: [C0209(consider-using-f-string), test_root_zone.root_zone_setup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3608: [C0209(consider-using-f-string), test_root_zone] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3631: [C0209(consider-using-f-string), test_root_zone] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3653: [C0209(consider-using-f-string), test_root_zone] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3660: [C0209(consider-using-f-string), test_root_zone] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3733: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3752: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3752: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3763: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3773: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3783: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3794: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3808: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3822: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3835: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3854: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3859: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3864: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3872: [C0209(consider-using-f-string), test_forward_zones.<lambda>] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3879: [C0209(consider-using-f-string), test_forward_zones.<lambda>] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3880: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3896: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3900: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3907: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3931: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3935: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3942: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3965: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3989: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:3993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:3993: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4000: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4024: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4045: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4066: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4087: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4108: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4130: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4150: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4170: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4192: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4212: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4234: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4254: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4274: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4294: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4300: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4306: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4318: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4330: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4343: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4356: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4369: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4382: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4395: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4413: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4417: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4481: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4498: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4531: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4633: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4637: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4644: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4648: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4657: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4678: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4683: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4690: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4696: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4700: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4705: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4722: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4741: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4746: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4753: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4759: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4763: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4769: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4773: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4779: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4783: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4790: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4806: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4810: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4820: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4826: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4830: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4837: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4853: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4857: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4867: [C0209(consider-using-f-string), test_forward_zones] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4904: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4946: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4965: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4977: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4989: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:4996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:4996: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5001: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5008: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5013: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5016: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5021: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5024: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5029: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5032: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5037: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5040: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5045: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5048: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5053: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5056: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5060: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5063: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5068: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5071: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5076: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5079: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5084: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5087: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5092: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5095: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5100: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5103: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5108: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5150: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5210: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5221: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5231: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5241: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5251: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5262: [C0209(consider-using-f-string), test_forward_master_zones_mutual_exlusion] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5303: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5324: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5378: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5432: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5439: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5461: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5468: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5490: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5496: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5503: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5510: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5532: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5550: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5557: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5579: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5585: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5592: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5623: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5660: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5678: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5684: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5691: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5697: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5704: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5709: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5745: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5763: [C0209(consider-using-f-string), test_forwardzone_delegation_warnings] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5810: [C0209(consider-using-f-string), test_dns_soa.dns_soa_setup] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5828: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5831: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5835: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5857: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5879: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5896: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5914: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5936: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5960: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5970: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:5994: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:5998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6004: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6027: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6036: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6059: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6086: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6103: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6126: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6153: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6179: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6206: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6232: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6259: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6271: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6283: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6290: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6296: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6304: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6310: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6321: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6325: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6331: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6353: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6374: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6378: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6384: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6406: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6427: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6431: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6437: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6459: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6496: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6500: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6506: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6531: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6568: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6572: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6579: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6588: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6600: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6612: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6619: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6625: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6634: [C0209(consider-using-f-string), test_dns_soa] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6659: [C0209(consider-using-f-string), test_dns_type_uri] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6663: [C0209(consider-using-f-string), test_dns_type_uri] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6705: [C0209(consider-using-f-string), test_dns_type_uri] Formatting a regular string which could be a f-string)
ipatests/test_xmlrpc/test_dns_plugin.py:6712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_xmlrpc/test_dns_plugin.py:6712: [C0209(consider-using-f-string), test_dns_type_uri] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_navigation
ipatests/test_webui/test_navigation.py:210: [C0209(consider-using-f-string), test_navigation.assert_e_url] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_host
ipatests/test_webui/test_host.py:101: [C0209(consider-using-f-string), host_tasks.get_data] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_host.py:107: [C0209(consider-using-f-string), host_tasks.get_data] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_host.py:126: [C0209(consider-using-f-string), host_tasks.get_ip] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_host.py:137: [C0209(consider-using-f-string), host_tasks.rand_host] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_host.py:144: [W1514(unspecified-encoding), host_tasks.load_file] Using open without explicitly specifying an encoding)
ipatests/test_webui/test_host.py:740: [C0209(consider-using-f-string), test_host.test_keytab] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_host.py:741: [C0209(consider-using-f-string), test_host.test_keytab] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_translation
ipatests/test_webui/test_translation.py:45: [C0209(consider-using-f-string), ConfigPageBase.get_base_url] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_translation.py:81: [C0209(consider-using-f-string), ConfigPageBase.has_no_child] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_translation.py:84: [C0209(consider-using-f-string), ConfigPageBase.has_no_child] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_translation.py:91: [C0209(consider-using-f-string), ConfigPageBase.innerhtml] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_translation.py:101: [C0209(consider-using-f-string), ConfigPageBase.innerhtml_noscript] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_loginscreen
ipatests/test_webui/test_loginscreen.py:68: [C0209(consider-using-f-string), TestLoginScreen.assert_notification] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_loginscreen.py:104: [C0209(consider-using-f-string), TestLoginScreen.button_click_on_login_screen] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_loginscreen.py:114: [C0209(consider-using-f-string), TestLoginScreen.get_input_field] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipatests_plugins.test_slicing
ipatests/test_ipatests_plugins/test_slicing.py:29: [C0209(consider-using-f-string), ipatestdir] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:69: [C0209(consider-using-f-string), test_slicing] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:70: [C0209(consider-using-f-string), test_slicing] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:74: [C0209(consider-using-f-string), test_slicing] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:79: [C0209(consider-using-f-string), test_slicing] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:87: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:90: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:94: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:98: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:102: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:113: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:114: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:119: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:122: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
ipatests/test_ipatests_plugins/test_slicing.py:126: [C0209(consider-using-f-string), test_slicing_negative] Formatting a regular string which could be a f-string)
************* Module ipatests.test_webui.test_cert
ipatests/test_webui/test_cert.py:97: [C0209(consider-using-f-string), test_cert._add_and_revoke_cert] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:271: [C0209(consider-using-f-string), test_cert.test_search_valid_not_after_from] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:276: [C0209(consider-using-f-string), test_cert.test_search_valid_not_after_from] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:310: [C0209(consider-using-f-string), test_cert.test_search_valid_not_after_to] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:315: [C0209(consider-using-f-string), test_cert.test_search_valid_not_after_to] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:349: [C0209(consider-using-f-string), test_cert.test_search_valid_not_before_from] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:354: [C0209(consider-using-f-string), test_cert.test_search_valid_not_before_from] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:388: [C0209(consider-using-f-string), test_cert.test_search_valid_not_before_to] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:393: [C0209(consider-using-f-string), test_cert.test_search_valid_not_before_to] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:426: [C0209(consider-using-f-string), test_cert.test_search_issued_on_from] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:429: [C0209(consider-using-f-string), test_cert.test_search_issued_on_from] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:461: [C0209(consider-using-f-string), test_cert.test_search_issued_on_to] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:464: [C0209(consider-using-f-string), test_cert.test_search_issued_on_to] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:496: [C0209(consider-using-f-string), test_cert.test_search_revoked_on_from] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:499: [C0209(consider-using-f-string), test_cert.test_search_revoked_on_from] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:531: [C0209(consider-using-f-string), test_cert.test_search_revoked_on_to] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_cert.py:534: [C0209(consider-using-f-string), test_cert.test_search_revoked_on_to] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_version_comparison
ipatests/test_ipaserver/test_version_comparison.py:53: [C0209(consider-using-f-string), TestVersionComparsion.test_versions] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_otptoken_import
ipatests/test_ipaserver/test_otptoken_import.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_otptoken_import.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipaserver.test_dnssec
ipatests/test_ipaserver/test_dnssec.py:34: [C1803(use-implicit-booleaness-not-comparison), test_ods_zonelist_reader] 'reader.mapping == {}' can be simplified to 'not reader.mapping' as an empty sequence is falsey)
************* Module ipatests.test_ipaserver.test_rpcserver
ipatests/test_ipaserver/test_rpcserver.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_rpcserver.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_rpcserver.py:134: [R1735(use-dict-literal), test_params_2_args_options] Consider using {} instead of dict())
ipatests/test_ipaserver/test_rpcserver.py:135: [R1735(use-dict-literal), test_params_2_args_options] Consider using {} instead of dict())
ipatests/test_ipaserver/test_rpcserver.py:182: [C0209(consider-using-f-string), test_session.test_mount] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_rpcserver.py:239: [R1735(use-dict-literal), test_jsonserver.test_unmarshal] Consider using {} instead of dict())
ipatests/test_ipaserver/test_rpcserver.py:245: [R1735(use-dict-literal), test_jsonserver.test_unmarshal] Consider using {} instead of dict())
ipatests/test_ipaserver/test_rpcserver.py:251: [R1735(use-dict-literal), test_jsonserver.test_unmarshal] Consider using {} instead of dict())
ipatests/test_ipaserver/test_rpcserver.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_rpcserver.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_rpcserver.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_rpcserver.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_webui.test_automember
ipatests/test_webui/test_automember.py:170: [C0209(consider-using-f-string), TestAutomember.add_conditions] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automember.py:201: [C0209(consider-using-f-string), TestAutomember.delete_conditions] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automember.py:203: [C0209(consider-using-f-string), TestAutomember.delete_conditions] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automember.py:208: [C0209(consider-using-f-string), TestAutomember.open_new_condition_dialog] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automember.py:261: [C0209(consider-using-f-string), TestAutomember.test_rebuild_membership_hosts] Formatting a regular string which could be a f-string)
ipatests/test_webui/test_automember.py:262: [C0209(consider-using-f-string), TestAutomember.test_rebuild_membership_hosts] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_jsplugins
ipatests/test_ipaserver/test_jsplugins.py:38: [W1514(unspecified-encoding), test_jsplugins.test_jsplugins] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_jsplugins.py:43: [C0209(consider-using-f-string), test_jsplugins.test_jsplugins] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_secrets
ipatests/test_ipaserver/test_secrets.py:14: [W1514(unspecified-encoding), _test_password_callback] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_secrets.py:28: [W1514(unspecified-encoding), TestiSecStore.isec_store_setup] Using open without explicitly specifying an encoding)
************* Module ipatests.test_ipapython.test_ssh
ipatests/test_ipapython/test_ssh.py:37: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:60: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:68: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:69: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:70: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:71: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:72: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:73: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:74: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:75: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:76: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:77: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:78: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:79: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:80: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_ssh.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ssh.py:81: [C0209(consider-using-f-string), test_public_key_parsing] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_serverroles
ipatests/test_ipaserver/test_serverroles.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:549: [C0209(consider-using-f-string), enabled_role] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_serverroles.py:556: [C0209(consider-using-f-string), provided_roles] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_serverroles.py:563: [C0209(consider-using-f-string), configured_role] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_serverroles.py:570: [C0209(consider-using-f-string), role_providers] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_serverroles.py:578: [C0209(consider-using-f-string), attribute_providers] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_serverroles.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_serverroles.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipapython.test_kerberos
ipatests/test_ipapython/test_kerberos.py:14: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:15: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:16: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:21: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:23: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:85: [C0209(consider-using-f-string), test_principals] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_kerberos.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_kerberos.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipapython.test_keyring
ipatests/test_ipapython/test_keyring.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_keyring.py:76: [C0209(consider-using-f-string), test_keyring.test_01] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_keyring.py:106: [C0209(consider-using-f-string), test_keyring.test_04] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_ipap11helper
ipatests/test_ipaserver/test_ipap11helper.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ipap11helper.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ipap11helper.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ipap11helper.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ipap11helper.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ipap11helper.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ipap11helper.py:60: [W1514(unspecified-encoding), p11] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_ipap11helper.py:114: [C0209(consider-using-f-string), test_p11helper.test_find_key] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_ipap11helper.py:119: [C0209(consider-using-f-string), test_p11helper.test_find_key] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_ipap11helper.py:125: [C0209(consider-using-f-string), test_p11helper.test_find_key_by_uri] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_ipap11helper.py:145: [C0209(consider-using-f-string), test_p11helper.test_find_key_on_nonexistent_key_pair] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_ipap11helper.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ipap11helper.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ipap11helper.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipaserver.test_kadmin
ipatests/test_ipaserver/test_kadmin.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_kadmin.py:34: [C0209(consider-using-f-string), service_in_kerberos_subtree] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_kadmin.py:40: [C0209(consider-using-f-string), service_in_kerberos_subtree.fin] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_kadmin.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_kadmin.py:49: [C0209(consider-using-f-string), service_in_service_subtree] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_kadmin.py:111: [C0209(consider-using-f-string), TestKadmin.test_change_key] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_migratepw
ipatests/test_ipaserver/test_migratepw.py:12: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_migratepw.py:13: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_migratepw.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_migratepw.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipapython.test_directivesetter
ipatests/test_ipapython/test_directivesetter.py:69: [W1514(unspecified-encoding), test_set_directive.test_set_directive] Using open without explicitly specifying an encoding)
ipatests/test_ipapython/test_directivesetter.py:77: [W1514(unspecified-encoding), test_set_directive.test_set_directive] Using open without explicitly specifying an encoding)
ipatests/test_ipapython/test_directivesetter.py:115: [W1514(unspecified-encoding), test_directivesetter] Using open without explicitly specifying an encoding)
ipatests/test_ipapython/test_directivesetter.py:135: [W1514(unspecified-encoding), test_directivesetter] Using open without explicitly specifying an encoding)
ipatests/test_ipapython/test_directivesetter.py:151: [W1514(unspecified-encoding), test_directivesetter] Using open without explicitly specifying an encoding)
************* Module ipatests.test_ipaserver.test_i18n_messages
ipatests/test_ipaserver/test_i18n_messages.py:32: [C0209(consider-using-f-string), test_i18n_messages._prepare_data] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_i18n_messages.py:33: [C0209(consider-using-f-string), test_i18n_messages._prepare_data] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_i18n_messages.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_i18n_messages.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_webui.ui_driver
ipatests/test_webui/ui_driver.py:107: [C0209(consider-using-f-string), screenshot.screenshot_wrapper] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:193: [W1514(unspecified-encoding), UI_driver.load_config] Using open without explicitly specifying an encoding)
ipatests/test_webui/ui_driver.py:196: [C0209(consider-using-f-string), UI_driver.load_config] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:199: [C0209(consider-using-f-string), UI_driver.load_config] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:250: [C0209(consider-using-f-string), UI_driver.get_driver] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:254: [C0209(consider-using-f-string), UI_driver.get_driver] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:258: [C0209(consider-using-f-string), UI_driver.get_driver] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:274: [C0209(consider-using-f-string), UI_driver.get_driver] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:278: [C0209(consider-using-f-string), UI_driver.get_driver] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:403: [C0209(consider-using-f-string), UI_driver.xpath_has_val] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:522: [C0209(consider-using-f-string), UI_driver.navigate_by_menu] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:524: [C0209(consider-using-f-string), UI_driver.navigate_by_menu] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:555: [C0209(consider-using-f-string), UI_driver.switch_to_facet] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:578: [C0209(consider-using-f-string), UI_driver.get_base_url] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:621: [C0209(consider-using-f-string), UI_driver.get_dialogs] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:641: [C0209(consider-using-f-string), UI_driver.get_last_error_dialog] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:714: [C0209(consider-using-f-string), UI_driver.facet_button_click] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:726: [C0209(consider-using-f-string), UI_driver.dialog_button_click] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:736: [C0209(consider-using-f-string), UI_driver.action_button_click] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:751: [C0209(consider-using-f-string), UI_driver.button_click] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:761: [C0209(consider-using-f-string), UI_driver._button_click] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:766: [C0209(consider-using-f-string), UI_driver._button_click] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:782: [C0209(consider-using-f-string), UI_driver.profile_menu_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:849: [C0209(consider-using-f-string), UI_driver.fill_text] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:856: [C0209(consider-using-f-string), UI_driver.fill_input] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:863: [C0209(consider-using-f-string), UI_driver.fill_textarea] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:895: [C0209(consider-using-f-string), UI_driver.add_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:910: [C0209(consider-using-f-string), UI_driver.edit_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:927: [C0209(consider-using-f-string), UI_driver.undo_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:936: [C0209(consider-using-f-string), UI_driver.undo_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:946: [C0209(consider-using-f-string), UI_driver.undo_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:954: [C0209(consider-using-f-string), UI_driver.del_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:963: [C0209(consider-using-f-string), UI_driver.del_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:969: [C0209(consider-using-f-string), UI_driver.del_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:977: [C0209(consider-using-f-string), UI_driver.undo_all_multivalued] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1002: [C0209(consider-using-f-string), UI_driver.check_option] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1004: [C0209(consider-using-f-string), UI_driver.check_option] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1011: [C0209(consider-using-f-string), UI_driver.check_option] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1012: [C0209(consider-using-f-string), UI_driver.check_option] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1016: [C0209(consider-using-f-string), UI_driver.check_option] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1029: [C0209(consider-using-f-string), UI_driver.select_combobox] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1038: [C0209(consider-using-f-string), UI_driver.select_combobox] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1079: [C0209(consider-using-f-string), UI_driver.get_field_text] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1083: [C0209(consider-using-f-string), UI_driver.get_field_value] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1088: [C0209(consider-using-f-string), UI_driver.get_multivalued_value] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1098: [C0209(consider-using-f-string), UI_driver.get_field_checked] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1109: [C0209(consider-using-f-string), UI_driver.get_field_selected] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1124: [C0209(consider-using-f-string), UI_driver.get_undo_buttons] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1146: [C0209(consider-using-f-string), UI_driver.get_row] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1160: [C0209(consider-using-f-string), UI_driver.get_row_by_column_value] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1187: [C0209(consider-using-f-string), UI_driver.navigate_to_row_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1200: [C0209(consider-using-f-string), UI_driver.navigate_to_row_record_in_new_tab] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1219: [C0209(consider-using-f-string), UI_driver.get_table_selector] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1232: [C0209(consider-using-f-string), UI_driver.select_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1238: [C0209(consider-using-f-string), UI_driver.select_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1245: [C0209(consider-using-f-string), UI_driver.select_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1262: [C0209(consider-using-f-string), UI_driver.get_record_value] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1278: [C0209(consider-using-f-string), UI_driver.has_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1378: [C0209(consider-using-f-string), UI_driver.fill_fields] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1437: [C0209(consider-using-f-string), UI_driver.validate_fields] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1677: [C0209(consider-using-f-string), UI_driver.add_table_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1677: [C0209(consider-using-f-string), UI_driver.add_table_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1781: [C0209(consider-using-f-string), UI_driver.add_table_associations] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1781: [C0209(consider-using-f-string), UI_driver.add_table_associations] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1825: [C0209(consider-using-f-string), UI_driver.action_list_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1838: [C0209(consider-using-f-string), UI_driver.action_panel_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1839: [C0209(consider-using-f-string), UI_driver.action_panel_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:1998: [C0209(consider-using-f-string), UI_driver.assert_num_ssh_keys] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2010: [C0209(consider-using-f-string), UI_driver.undo_ssh_keys] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2048: [C0209(consider-using-f-string), UI_driver.has_form_error] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2067: [C0209(consider-using-f-string), UI_driver.assert_text] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2073: [C0209(consider-using-f-string), UI_driver.assert_text_field] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2109: [C0209(consider-using-f-string), UI_driver.assert_no_error_dialog] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2115: [C0209(consider-using-f-string), UI_driver.assert_row_count] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2125: [C0209(consider-using-f-string), UI_driver.assert_button_enabled] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2130: [C0209(consider-using-f-string), UI_driver.assert_button_enabled] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2142: [C0209(consider-using-f-string), UI_driver.assert_table_button_enabled] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2151: [C0209(consider-using-f-string), UI_driver.assert_facet] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2152: [C0209(consider-using-f-string), UI_driver.assert_facet] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2165: [C0209(consider-using-f-string), UI_driver.assert_undo_button] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2167: [C0209(consider-using-f-string), UI_driver.assert_undo_button] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2178: [C0209(consider-using-f-string), UI_driver.assert_visible] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2180: [C0209(consider-using-f-string), UI_driver.assert_visible] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2191: [C0209(consider-using-f-string), UI_driver.assert_disabled] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2193: [C0209(consider-using-f-string), UI_driver.assert_disabled] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2202: [C0209(consider-using-f-string), UI_driver.assert_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2204: [C0209(consider-using-f-string), UI_driver.assert_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2214: [C0209(consider-using-f-string), UI_driver.assert_indirect_record] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2232: [C0209(consider-using-f-string), UI_driver.assert_record_value] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2241: [C0209(consider-using-f-string), UI_driver.assert_class] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2243: [C0209(consider-using-f-string), UI_driver.assert_class] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2256: [C0209(consider-using-f-string), UI_driver.assert_menu_item] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2259: [C0209(consider-using-f-string), UI_driver.assert_menu_item] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2268: [C0209(consider-using-f-string), UI_driver.assert_action_panel_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2269: [C0209(consider-using-f-string), UI_driver.assert_action_panel_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2277: [C0209(consider-using-f-string), UI_driver.assert_action_panel_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2281: [C0209(consider-using-f-string), UI_driver.assert_action_panel_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2293: [C0209(consider-using-f-string), UI_driver.assert_action_list_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2309: [C0209(consider-using-f-string), UI_driver.assert_action_list_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2314: [C0209(consider-using-f-string), UI_driver.assert_action_list_action] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2326: [C0209(consider-using-f-string), UI_driver.assert_field_validation] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2333: [C0209(consider-using-f-string), UI_driver.assert_field_validation] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2348: [C0209(consider-using-f-string), UI_driver.assert_notification] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2391: [C0209(consider-using-f-string), UI_driver.assert_value_checked] Formatting a regular string which could be a f-string)
ipatests/test_webui/ui_driver.py:2394: [C0209(consider-using-f-string), UI_driver.assert_value_checked] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipapython.test_dnsutil
ipatests/test_ipapython/test_dnsutil.py:38: [C1803(use-implicit-booleaness-not-comparison), TestSortSRV.test_empty] 'dnsutil.sort_prio_weight(...) == []' can be simplified to 'not dnsutil.sort_prio_weight(...)' as an empty sequence is falsey)
ipatests/test_ipapython/test_dnsutil.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:91: [C0209(consider-using-f-string), TestSortSRV.test_large] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dnsutil.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dnsutil.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipapython.test_ldap_cache
ipatests/test_ipapython/test_ldap_cache.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ldap_cache.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipapython.test_certdb
ipatests/test_ipapython/test_certdb.py:171: [C1803(use-implicit-booleaness-not-comparison), test_convert_db_nokey] 'newkeys == ()' can be simplified to 'not newkeys' as an empty sequence is falsey)
************* Module ipatests.test_ipapython.test_cookie
ipatests/test_ipapython/test_cookie.py:192: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_cookie.py:206: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_cookie.py:212: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_cookie.py:216: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_cookie.py:230: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_cookie.py:236: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_cookie.py:239: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_cookie.py:253: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_cookie.py:261: [C0209(consider-using-f-string), TestExpires.test_expires] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaplatform.test_tasks
ipatests/test_ipaplatform/test_tasks.py:17: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaplatform/test_tasks.py:24: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaplatform/test_tasks.py:43: [W1514(unspecified-encoding), test_detect_container] Using open without explicitly specifying an encoding)
ipatests/test_ipaplatform/test_tasks.py:46: [W1514(unspecified-encoding), test_detect_container] Using open without explicitly specifying an encoding)
************* Module ipatests.test_ipapython.test_ipautil
ipatests/test_ipapython/test_ipautil.py:98: [C1803(use-implicit-booleaness-not-comparison), TestCIDict.test_init] 'dict(...) == {}' can be simplified to 'not dict(...)' as an empty sequence is falsey)
ipatests/test_ipapython/test_ipautil.py:147: [C1803(use-implicit-booleaness-not-comparison), TestCIDict.test_clear] 'self.cidict == {}' can be simplified to 'not self.cidict' as an empty sequence is falsey)
ipatests/test_ipapython/test_ipautil.py:148: [C1803(use-implicit-booleaness-not-comparison), TestCIDict.test_clear] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipapython/test_ipautil.py:149: [C1803(use-implicit-booleaness-not-comparison), TestCIDict.test_clear] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipapython/test_ipautil.py:150: [C1803(use-implicit-booleaness-not-comparison), TestCIDict.test_clear] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipapython/test_ipautil.py:155: [C1803(use-implicit-booleaness-not-comparison), TestCIDict.test_clear] 'self.cidict._keys == {}' can be simplified to 'not self.cidict._keys' as an empty sequence is falsey)
ipatests/test_ipapython/test_ipautil.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_ipautil.py:593: [W1514(unspecified-encoding), test_config_replace_variables] Using open without explicitly specifying an encoding)
ipatests/test_ipapython/test_ipautil.py:605: [W1514(unspecified-encoding), test_config_replace_variables] Using open without explicitly specifying an encoding)
************* Module ipatests.test_ipalib.test_messages
ipatests/test_ipalib/test_messages.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_messages.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipalib.test_plugable
ipatests/test_ipalib/test_plugable.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_plugable.py:78: [C0209(consider-using-f-string), test_Plugin.test_init] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_plugable.py:118: [C0209(consider-using-f-string), test_Registry] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_plugable.py:219: [C0209(consider-using-f-string), test_API.test_API.get_base_name] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_plugable.py:223: [C0209(consider-using-f-string), test_API.test_API.get_plugin_name] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_plugable.py:279: [W1514(unspecified-encoding), test_API.test_ipaconf_env] Using open without explicitly specifying an encoding)
************* Module ipatests.test_ipaserver.test_changepw
ipatests/test_ipaserver/test_changepw.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_changepw.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_changepw.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_changepw.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_changepw.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_changepw.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_changepw.py:45: [C0209(consider-using-f-string), test_changepw.changepw_setup] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_ldap
ipatests/test_ipaserver/test_ldap.py:56: [C0209(consider-using-f-string), test_ldap.ldap_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_ldap.py:91: [W1514(unspecified-encoding), test_ldap.test_simple] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_ldap.py:95: [C0209(consider-using-f-string), test_ldap.test_simple] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_ldap.py:117: [W1514(unspecified-encoding), test_ldap.test_Backend] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_ldap.py:121: [C0209(consider-using-f-string), test_ldap.test_Backend] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_ldap.py:125: [C0209(consider-using-f-string), test_ldap.test_Backend] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_ldap.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:220: [C1803(use-implicit-booleaness-not-comparison), test_LDAPEntry.test_popitem] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipaserver/test_ldap.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipaserver/test_ldap.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipaserver.test_install.test_installer
ipatests/test_ipaserver/test_install/test_installer.py:24: [W1513(deprecated-decorator), InstallerTestBase.tested_cls] Using deprecated decorator abc.abstractproperty())
ipatests/test_ipaserver/test_install/test_installer.py:36: [C0209(consider-using-f-string), InstallerTestBase.installer_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_install/test_installer.py:90: [C0209(consider-using-f-string), InstallerTestBase.all_option_permutations] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_install/test_installer.py:101: [C0209(consider-using-f-string), InstallerTestBase.all_option_permutations] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipalib.test_crud
ipatests/test_ipalib/test_crud.py:211: [C0209(consider-using-f-string), test_CrudBackend.check_method] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_crud.py:214: [C0209(consider-using-f-string), test_CrudBackend.check_method] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipalib.test_base
ipatests/test_ipalib/test_base.py:108: [C0209(consider-using-f-string), test_lock] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_base.py:122: [C0209(consider-using-f-string), test_lock] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_base.py:132: [C0209(consider-using-f-string), test_lock] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_base.py:166: [C0209(consider-using-f-string), test_islocked] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_base.py:207: [C0209(consider-using-f-string), membername] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_base.py:238: [C1803(use-implicit-booleaness-not-comparison), test_NameSpace.test_init] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_base.py:239: [C1803(use-implicit-booleaness-not-comparison), test_NameSpace.test_init] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_base.py:359: [C0209(consider-using-f-string), test_NameSpace.test_repr] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_base.py:362: [C0209(consider-using-f-string), test_NameSpace.test_repr] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipalib.test_cli
ipatests/test_ipalib/test_cli.py:41: [C0209(consider-using-f-string), test_textui.test_max_col_width] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_cli.py:76: [C0209(consider-using-f-string), get_cmd_name] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_cli.py:83: [W0238(unused-private-member), DummyCommand.__get_name] Unused private member `DummyCommand.__get_name(self)`)
ipatests/test_ipalib/test_cli.py:92: [W0238(unused-private-member), DummyAPI.__get_cmd] Unused private member `DummyAPI.__get_cmd(self)`)
************* Module ipatests.test_ipalib.test_backend
ipatests/test_ipalib/test_backend.py:86: [E1101(no-member), test_Connectible.test_connect] Instance of 'example' has no 'args' member)
ipatests/test_ipalib/test_backend.py:87: [E1101(no-member), test_Connectible.test_connect] Instance of 'example' has no 'kw' member)
ipatests/test_ipalib/test_backend.py:95: [W1505(deprecated-method), test_Connectible.test_connect] Using deprecated method getName())
ipatests/test_ipalib/test_backend.py:95: [W1505(deprecated-method), test_Connectible.test_connect] Using deprecated method currentThread())
ipatests/test_ipalib/test_backend.py:111: [C0209(consider-using-f-string), test_Connectible.test_create_connection] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_backend.py:125: [W1505(deprecated-method), test_Connectible.test_disconnect] Using deprecated method getName())
ipatests/test_ipalib/test_backend.py:125: [W1505(deprecated-method), test_Connectible.test_disconnect] Using deprecated method currentThread())
ipatests/test_ipalib/test_backend.py:141: [C0209(consider-using-f-string), test_Connectible.test_destroy_connection] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_backend.py:170: [W1505(deprecated-method), test_Connectible.test_conn] Using deprecated method getName())
ipatests/test_ipalib/test_backend.py:170: [W1505(deprecated-method), test_Connectible.test_conn] Using deprecated method currentThread())
ipatests/test_ipalib/test_backend.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_backend.py:232: [C1803(use-implicit-booleaness-not-comparison), test_Executioner.test_execute] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_backend.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_backend.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_backend.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_backend.py:251: [C1803(use-implicit-booleaness-not-comparison), test_Executioner.test_execute] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_backend.py:259: [C1803(use-implicit-booleaness-not-comparison), test_Executioner.test_execute] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_backend.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_backend.py:268: [C1803(use-implicit-booleaness-not-comparison), test_Executioner.test_execute] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_backend.py:275: [C1803(use-implicit-booleaness-not-comparison), test_Executioner.test_execute] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_backend.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_backend.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipalib.test_rpc
ipatests/test_ipalib/test_rpc.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:109: [R1735(use-dict-literal), test_xml_wrap] Consider using {} instead of dict())
ipatests/test_ipalib/test_rpc.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:125: [R1735(use-dict-literal), test_xml_unwrap] Consider using {} instead of dict())
ipatests/test_ipalib/test_rpc.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_rpc.py:266: [C0209(consider-using-f-string), test_xml_introspection.xml_introsp_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_rpc.py:356: [C0209(consider-using-f-string), test_rpcclient_context.rpcclient_context_fsetup] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_rpc.py:376: [C0209(consider-using-f-string), test_rpcclient_context.test_context_principal] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_rpc.py:383: [C0209(consider-using-f-string), test_rpcclient_context.test_context_request_url] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipalib.test_capabilities
ipatests/test_ipalib/test_capabilities.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_capabilities.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_capabilities.py:33: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_capabilities.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_capabilities.py:35: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_capabilities.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipapython.test_dn
ipatests/test_ipapython/test_dn.py:58: [C0209(consider-using-f-string), expected_class] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:66: [C0209(consider-using-f-string), TestAVA.ava_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:71: [C0209(consider-using-f-string), TestAVA.ava_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:76: [C0209(consider-using-f-string), TestAVA.ava_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:260: [R1735(use-dict-literal), TestAVA.test_hashing] Consider using {} instead of dict())
ipatests/test_ipapython/test_dn.py:299: [C0209(consider-using-f-string), TestRDN.rdn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:302: [C0209(consider-using-f-string), TestRDN.rdn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:307: [C0209(consider-using-f-string), TestRDN.rdn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:310: [C0209(consider-using-f-string), TestRDN.rdn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:313: [C0209(consider-using-f-string), TestRDN.rdn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:315: [C0209(consider-using-f-string), TestRDN.rdn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:549: [C0209(consider-using-f-string), TestRDN.test_iter] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:558: [C0209(consider-using-f-string), TestRDN.test_iter] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:569: [C0209(consider-using-f-string), TestRDN.test_iter] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:634: [C0209(consider-using-f-string), TestDN.dn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:637: [C0209(consider-using-f-string), TestDN.dn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:642: [C0209(consider-using-f-string), TestDN.dn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:645: [C0209(consider-using-f-string), TestDN.dn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:654: [C0209(consider-using-f-string), TestDN.dn_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:1018: [C0209(consider-using-f-string), TestDN.test_iter] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:1027: [C0209(consider-using-f-string), TestDN.test_iter] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:1038: [C0209(consider-using-f-string), TestDN.test_iter] Formatting a regular string which could be a f-string)
ipatests/test_ipapython/test_dn.py:1203: [R1735(use-dict-literal), TestDN.test_hashing] Consider using {} instead of dict())
ipatests/test_ipapython/test_dn.py:1404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:1404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:1406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipapython/test_dn.py:1407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipalib.test_x509
ipatests/test_ipalib/test_x509.py:246: [C1803(use-implicit-booleaness-not-comparison), test_x509.test_3_cert_contents] 'cert.san_general_names == []' can be simplified to 'not cert.san_general_names' as an empty sequence is falsey)
ipatests/test_ipalib/test_x509.py:247: [C1803(use-implicit-booleaness-not-comparison), test_x509.test_3_cert_contents] 'cert.san_a_label_dns_names == []' can be simplified to 'not cert.san_a_label_dns_names' as an empty sequence is falsey)
ipatests/test_ipalib/test_x509.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_x509.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_x509.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_integration.test_vault
ipatests/test_integration/test_vault.py:132: [C0209(consider-using-f-string), TestInstallKRA.test_create_and_retrieve_shared_vault_replica_without_kra] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipalib.test_config
ipatests/test_ipalib/test_config.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:159: [C1803(use-implicit-booleaness-not-comparison), test_Env.test_init] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_config.py:180: [C0209(consider-using-f-string), test_Env.test_lock] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_config.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:304: [C0209(consider-using-f-string), test_Env.test_len] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_config.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:305: [C0209(consider-using-f-string), test_Env.test_len] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_config.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:382: [W1514(unspecified-encoding), test_Env.test_merge_from_file] Using open without explicitly specifying an encoding)
ipatests/test_ipalib/test_config.py:389: [W1514(unspecified-encoding), test_Env.test_merge_from_file] Using open without explicitly specifying an encoding)
ipatests/test_ipalib/test_config.py:396: [C0209(consider-using-f-string), test_Env.test_merge_from_file] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_config.py:396: [C0209(consider-using-f-string), test_Env.test_merge_from_file] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_config.py:401: [W1514(unspecified-encoding), test_Env.test_merge_from_file] Using open without explicitly specifying an encoding)
ipatests/test_ipalib/test_config.py:406: [E1101(no-member), test_Env.test_merge_from_file] Instance of 'Env' has no 'string' member)
ipatests/test_ipalib/test_config.py:407: [E1101(no-member), test_Env.test_merge_from_file] Instance of 'Env' has no 'null' member)
ipatests/test_ipalib/test_config.py:408: [E1101(no-member), test_Env.test_merge_from_file] Instance of 'Env' has no 'yes' member)
ipatests/test_ipalib/test_config.py:409: [E1101(no-member), test_Env.test_merge_from_file] Instance of 'Env' has no 'no' member)
ipatests/test_ipalib/test_config.py:410: [E1101(no-member), test_Env.test_merge_from_file] Instance of 'Env' has no 'number' member)
ipatests/test_ipalib/test_config.py:411: [E1101(no-member), test_Env.test_merge_from_file] Instance of 'Env' has no 'floating' member)
ipatests/test_ipalib/test_config.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_config.py:498: [C0209(consider-using-f-string), test_Env.test_bootstrap] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_config.py:576: [E1101(no-member), test_Env.test_finalize_core] Instance of 'Env' has no 'yes' member)
ipatests/test_ipalib/test_config.py:577: [E1101(no-member), test_Env.test_finalize_core] Instance of 'Env' has no 'no' member)
ipatests/test_ipalib/test_config.py:578: [E1101(no-member), test_Env.test_finalize_core] Instance of 'Env' has no 'number' member)
ipatests/test_ipalib/test_config.py:579: [E1101(no-member), test_Env.test_finalize_core] Instance of 'Env' has no 'not_in_other' member)
ipatests/test_ipalib/test_config.py:591: [C0209(consider-using-f-string), test_Env.test_finalize_core] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_config.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipalib.test_text
ipatests/test_ipalib/test_text.py:86: [C0209(consider-using-f-string), test_TestLang.testlang_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_text.py:87: [C0209(consider-using-f-string), test_TestLang.testlang_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_text.py:88: [C0209(consider-using-f-string), test_TestLang.testlang_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_text.py:106: [C0209(consider-using-f-string), test_TestLang.testlang_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_text.py:112: [C0209(consider-using-f-string), test_TestLang.testlang_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_text.py:116: [C0209(consider-using-f-string), test_TestLang.testlang_setup] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_text.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_text.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_text.py:405: [C0209(consider-using-f-string), test_ConcatenatedText.test_repr] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_text.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_ipaclient.test_ldapconf
ipatests/test_ipaclient/test_ldapconf.py:58: [W1514(unspecified-encoding), ldap_conf] Using open without explicitly specifying an encoding)
ipatests/test_ipaclient/test_ldapconf.py:65: [W1514(unspecified-encoding), ldap_conf] Using open without explicitly specifying an encoding)
ipatests/test_ipaclient/test_ldapconf.py:86: [C0209(consider-using-f-string), test_openldap_conf_empty] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipaserver.test_install.test_installutils
ipatests/test_ipaserver/test_install/test_installutils.py:50: [W1514(unspecified-encoding), gpgkey] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_install/test_installutils.py:53: [W1514(unspecified-encoding), gpgkey] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_install/test_installutils.py:61: [C0209(consider-using-f-string), gpgkey] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_install/test_installutils.py:85: [W1514(unspecified-encoding), gpgkey] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_install/test_installutils.py:103: [C0209(consider-using-f-string), gpgkey] Formatting a regular string which could be a f-string)
ipatests/test_ipaserver/test_install/test_installutils.py:123: [W1514(unspecified-encoding), test_gpg_encrypt] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_install/test_installutils.py:131: [W1514(unspecified-encoding), test_gpg_encrypt] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_install/test_installutils.py:143: [W1514(unspecified-encoding), test_gpg_asymmetric] Using open without explicitly specifying an encoding)
ipatests/test_ipaserver/test_install/test_installutils.py:152: [W1514(unspecified-encoding), test_gpg_asymmetric] Using open without explicitly specifying an encoding)
************* Module ipatests.test_integration.test_winsyncmigrate
ipatests/test_integration/test_winsyncmigrate.py:21: [C0209(consider-using-f-string), get_windows_certificate] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:40: [C0209(consider-using-f-string), establish_winsync_agreement] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:62: [C0207(use-maxsplit-arg), TestWinsyncMigrate] Use platformconstants.SELINUX_USERMAP_ORDER.split('$', maxsplit=1)[0] instead)
ipatests/test_integration/test_winsyncmigrate.py:78: [C0209(consider-using-f-string), TestWinsyncMigrate.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:88: [C0209(consider-using-f-string), TestWinsyncMigrate.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:125: [C0209(consider-using-f-string), TestWinsyncMigrate.check_replication_agreement_exists] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:127: [C0209(consider-using-f-string), TestWinsyncMigrate.check_replication_agreement_exists] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:175: [C0209(consider-using-f-string), TestWinsyncMigrate.test_idoverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:176: [C0209(consider-using-f-string), TestWinsyncMigrate.test_idoverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:177: [C0209(consider-using-f-string), TestWinsyncMigrate.test_idoverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:178: [C0209(consider-using-f-string), TestWinsyncMigrate.test_idoverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:179: [C0209(consider-using-f-string), TestWinsyncMigrate.test_idoverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:185: [C0209(consider-using-f-string), TestWinsyncMigrate.test_groups_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:187: [C0209(consider-using-f-string), TestWinsyncMigrate.test_groups_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:188: [C0209(consider-using-f-string), TestWinsyncMigrate.test_groups_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:192: [C0209(consider-using-f-string), TestWinsyncMigrate.test_role_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:194: [C0209(consider-using-f-string), TestWinsyncMigrate.test_role_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:195: [C0209(consider-using-f-string), TestWinsyncMigrate.test_role_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:198: [C0209(consider-using-f-string), TestWinsyncMigrate.test_selinuxusermap_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:202: [C0209(consider-using-f-string), TestWinsyncMigrate.test_selinuxusermap_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:206: [C0209(consider-using-f-string), TestWinsyncMigrate.test_selinuxusermap_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:212: [C0209(consider-using-f-string), TestWinsyncMigrate.test_hbacrule_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:214: [C0209(consider-using-f-string), TestWinsyncMigrate.test_hbacrule_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:215: [C0209(consider-using-f-string), TestWinsyncMigrate.test_hbacrule_membership_preserved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:220: [C0209(consider-using-f-string), TestWinsyncMigrate.test_non_posix_chars_in_group_names_replaced] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:222: [C0209(consider-using-f-string), TestWinsyncMigrate.test_non_posix_chars_in_group_names_replaced] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:227: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:230: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:231: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:233: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:236: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:237: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:239: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:242: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_winsyncmigrate.py:243: [C0209(consider-using-f-string), TestWinsyncMigrate.test_collisions_resolved] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipalib.test_frontend
ipatests/test_ipalib/test_frontend.py:126: [C0209(consider-using-f-string), test_HasParam.test_get_param_iterable] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:184: [C0209(consider-using-f-string), test_HasParam.test_filter_param_by_context] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:256: [C1803(use-implicit-booleaness-not-comparison), test_Command.test_get_args] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_frontend.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:311: [C0209(consider-using-f-string), test_Command.test_args] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:368: [E1101(no-member), test_Command.test_output] Instance of 'NameSpace' has no 'result' member)
ipatests/test_ipalib/test_frontend.py:380: [C1803(use-implicit-booleaness-not-comparison), test_Command.test_iter_output] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_frontend.py:385: [C0209(consider-using-f-string), test_Command.test_iter_output] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:392: [C0209(consider-using-f-string), test_Command.test_iter_output] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:551: [R1735(use-dict-literal), test_Command.test_args_options_2_params] Consider using {} instead of dict())
ipatests/test_ipalib/test_frontend.py:705: [C0209(consider-using-f-string), test_Command.test_validate_output_basic] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:712: [C0209(consider-using-f-string), test_Command.test_validate_output_basic] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:719: [C0209(consider-using-f-string), test_Command.test_validate_output_basic] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:726: [C0209(consider-using-f-string), test_Command.test_validate_output_basic] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:749: [C0209(consider-using-f-string), test_Command.test_validate_output_per_type] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:755: [C0209(consider-using-f-string), test_Command.test_validate_output_per_type] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:840: [C1803(use-implicit-booleaness-not-comparison), test_LocalOrRemote.test_init] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_ipalib/test_frontend.py:864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_frontend.py:922: [C0209(consider-using-f-string), test_Object.test_init.DummyAttribute.__init__] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:927: [C0209(consider-using-f-string), test_Object.test_init.DummyAttribute.__init__] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_frontend.py:979: [C0209(consider-using-f-string), test_Object.test_init] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_topologies
ipatests/test_integration/test_topologies.py:33: [C1803(use-implicit-booleaness-not-comparison), test_topology_star] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_integration/test_topologies.py:46: [C1803(use-implicit-booleaness-not-comparison), test_topology_line] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_integration/test_topologies.py:71: [C1803(use-implicit-booleaness-not-comparison), test_topology_tree] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_integration/test_topologies.py:84: [C1803(use-implicit-booleaness-not-comparison), test_topology_tree2] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_integration/test_topologies.py:98: [C1803(use-implicit-booleaness-not-comparison), test_topology_complete] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_integration/test_topologies.py:118: [C1803(use-implicit-booleaness-not-comparison), test_topology_two_connected] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
ipatests/test_integration/test_topologies.py:181: [C1803(use-implicit-booleaness-not-comparison), test_topology_double_circle_topo] 'list(...) == []' can be simplified to 'not list(...)' as an empty sequence is falsey)
************* Module ipatests.test_integration.test_service_permissions
ipatests/test_integration/test_service_permissions.py:32: [C0209(consider-using-f-string), TestServicePermissions.test_service_as_user_admin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_service_permissions.py:89: [C0209(consider-using-f-string), TestServicePermissions.test_service_access] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_uninstallation
ipatests/test_integration/test_uninstallation.py:38: [C0209(consider-using-f-string), TestUninstallBase.test_uninstall_client_invalid_hostname] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_uninstallation.py:79: [C0209(consider-using-f-string), TestUninstallBase.test_failed_uninstall] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_uninstallation.py:80: [C0209(consider-using-f-string), TestUninstallBase.test_failed_uninstall] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_uninstallation.py:95: [C0209(consider-using-f-string), TestUninstallBase.test_failed_uninstall] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_uninstallation.py:102: [C0209(consider-using-f-string), TestUninstallBase.test_failed_uninstall] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_uninstallation.py:103: [C0209(consider-using-f-string), TestUninstallBase.test_failed_uninstall] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_uninstallation.py:116: [C0209(consider-using-f-string), TestUninstallBase.test_failed_uninstall] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_user_permissions
ipatests/test_integration/test_user_permissions.py:25: [C0209(consider-using-f-string), TestUserPermissions.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:38: [C0209(consider-using-f-string), TestUserPermissions.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:58: [C0209(consider-using-f-string), TestUserPermissions.test_delete_preserve_as_alternate_admin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:97: [C0209(consider-using-f-string), TestUserPermissions.test_selinux_user_optimized] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:126: [C0209(consider-using-f-string), TestUserPermissions.test_stageuser_show_as_alternate_admin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:157: [C0209(consider-using-f-string), TestUserPermissions.test_user_add_withradius] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:166: [C0209(consider-using-f-string), TestUserPermissions.test_user_add_withradius] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:176: [C0209(consider-using-f-string), TestUserPermissions.test_user_add_withradius] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:234: [C0209(consider-using-f-string), TestInstallClientNoAdmin.test_installclient_as_user_admin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:257: [C0209(consider-using-f-string), TestInstallClientNoAdmin.test_installclient_as_user_admin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:259: [C0209(consider-using-f-string), TestInstallClientNoAdmin.test_installclient_as_user_admin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_user_permissions.py:267: [C0209(consider-using-f-string), TestInstallClientNoAdmin.test_installclient_as_user_admin] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_resolvers_manager
ipatests/test_integration/test_resolvers_manager.py:18: [C0209(consider-using-f-string), TestResolverManager.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_resolvers_manager.py:30: [C0209(consider-using-f-string), TestResolverManager.install] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_simple_replication
ipatests/test_integration/test_simple_replication.py:55: [C0209(consider-using-f-string), check_replication] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_topology
ipatests/test_integration/test_topology.py:83: [C0209(consider-using-f-string), TestTopologyOptions.test_topology_updated_on_replica_install_remove] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_topology.py:85: [C0209(consider-using-f-string), TestTopologyOptions.test_topology_updated_on_replica_install_remove] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_topology.py:132: [C0209(consider-using-f-string), TestTopologyOptions.test_add_remove_segment] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_topology.py:147: [C0209(consider-using-f-string), TestTopologyOptions.test_add_remove_segment] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_topology.py:169: [C0209(consider-using-f-string), TestTopologyOptions.test_remove_the_only_connection] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_topology.py:175: [C0209(consider-using-f-string), TestTopologyOptions.test_remove_the_only_connection] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_topology.py:200: [C0209(consider-using-f-string), TestCASpecificRUVs.test_delete_ruvs] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_topology.py:208: [C0209(consider-using-f-string), TestCASpecificRUVs.test_delete_ruvs] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_topology.py:241: [C0209(consider-using-f-string), TestCASpecificRUVs.test_replica_uninstall_deletes_ruvs] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipalib.test_errors
ipatests/test_ipalib/test_errors.py:60: [E1102(not-callable), PrivateExceptionTester.new] self.klass is not callable)
ipatests/test_ipalib/test_errors.py:63: [W1116(isinstance-second-argument-not-valid-type), PrivateExceptionTester.new] Second argument of isinstance is not a type)
ipatests/test_ipalib/test_errors.py:48: [W0238(unused-private-member), PrivateExceptionTester.__get_klass] Unused private member `PrivateExceptionTester.__get_klass(self)`)
ipatests/test_ipalib/test_errors.py:120: [C0209(consider-using-f-string), test_SubprocessError.test_init] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_errors.py:219: [E1102(not-callable), PublicExceptionTester.new] self.klass is not callable)
ipatests/test_ipalib/test_errors.py:222: [W1116(isinstance-second-argument-not-valid-type), PublicExceptionTester.new] Second argument of isinstance is not a type)
ipatests/test_ipalib/test_errors.py:200: [W0238(unused-private-member), PublicExceptionTester.__get_klass] Unused private member `PublicExceptionTester.__get_klass(self)`)
ipatests/test_ipalib/test_errors.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_errors.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_errors.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_errors.py:266: [C0209(consider-using-f-string), test_PublicError.test_init] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_errors.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_errors.py:302: [C0209(consider-using-f-string), test_PublicError.test_init] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_errors.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_errors.py:332: [C0209(consider-using-f-string), test_PublicError.test_init] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_errors.py:352: [C0209(consider-using-f-string), BaseMessagesTest.test_public_messages] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_errors.py:354: [C0209(consider-using-f-string), BaseMessagesTest.test_public_messages] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_errors.py:357: [C0209(consider-using-f-string), BaseMessagesTest.test_public_messages] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_pwpolicy
ipatests/test_integration/test_pwpolicy.py:67: [C0209(consider-using-f-string), TestPWPolicy.set_pwpolicy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_pwpolicy.py:69: [C0209(consider-using-f-string), TestPWPolicy.set_pwpolicy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_pwpolicy.py:71: [C0209(consider-using-f-string), TestPWPolicy.set_pwpolicy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_pwpolicy.py:73: [C0209(consider-using-f-string), TestPWPolicy.set_pwpolicy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_pwpolicy.py:75: [C0209(consider-using-f-string), TestPWPolicy.set_pwpolicy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_pwpolicy.py:77: [C0209(consider-using-f-string), TestPWPolicy.set_pwpolicy] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_smb
ipatests/test_integration/test_smb.py:63: [C0209(consider-using-f-string), TestSMB.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:94: [C0209(consider-using-f-string), TestSMB.samba_share_public] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:106: [C0209(consider-using-f-string), TestSMB.samba_share_public] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:123: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:124: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:125: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:138: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:141: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:144: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:154: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:158: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:165: [C0209(consider-using-f-string), TestSMB.smb_sanity_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:221: [C0209(consider-using-f-string), TestSMB.smb_installation_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:273: [C0209(consider-using-f-string), TestSMB.test_authentication_with_smb_cifs_principal_alias] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:275: [C0209(consider-using-f-string), TestSMB.test_authentication_with_smb_cifs_principal_alias] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:291: [C0209(consider-using-f-string), TestSMB.test_samba_service_listed] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:296: [C0209(consider-using-f-string), TestSMB.test_samba_service_listed] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:317: [C0209(consider-using-f-string), TestSMB.test_smb_access_for_ipa_user_at_ipa_client] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:318: [C0209(consider-using-f-string), TestSMB.test_smb_access_for_ipa_user_at_ipa_client] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:326: [C0209(consider-using-f-string), TestSMB.test_smb_access_for_ad_user_at_ipa_client] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:328: [C0209(consider-using-f-string), TestSMB.test_smb_access_for_ad_user_at_ipa_client] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:365: [C0209(consider-using-f-string), TestSMB.test_smb_service_s4u2self] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:400: [C0209(consider-using-f-string), TestSMB.check_repeated_smb_mount] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:402: [C0209(consider-using-f-string), TestSMB.check_repeated_smb_mount] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:403: [C0209(consider-using-f-string), TestSMB.check_repeated_smb_mount] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:413: [C0209(consider-using-f-string), TestSMB.check_repeated_smb_mount] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:431: [C0209(consider-using-f-string), TestSMB.test_ntlm_authentication_with_auto_domain] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:442: [C0209(consider-using-f-string), TestSMB.test_ntlm_authentication_with_upn_with_lowercase_domain] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_smb.py:453: [C0209(consider-using-f-string), TestSMB.test_ntlm_authentication_with_upn_with_uppercase_domain] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_netgroup
ipatests/test_integration/test_netgroup.py:15: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:16: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:17: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:19: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:20: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:40: [C0209(consider-using-f-string), three_netgroups] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:82: [C0209(consider-using-f-string), TestNetgroups.check_users_in_netgroups] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:100: [C0209(consider-using-f-string), TestNetgroups.check_nested_netgroup_hierarchy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:109: [C0209(consider-using-f-string), TestNetgroups.prepare_nested_netgroup_hierarchy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:123: [C0209(consider-using-f-string), TestNetgroups.test_remove_nested_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:132: [C0209(consider-using-f-string), TestNetgroups.test_remove_nested_netgroup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_netgroup.py:155: [C0209(consider-using-f-string), TestNetgroups.test_remove_nested_netgroup] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_pkinit_manage
ipatests/test_integration/test_pkinit_manage.py:29: [C0209(consider-using-f-string), check_pkinit_status] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_pkinit_manage.py:40: [C0209(consider-using-f-string), check_pkinit_tracking] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_pkinit_manage.py:75: [C0209(consider-using-f-string), check_pkinit] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_pkinit_manage.py:84: [C0209(consider-using-f-string), check_pkinit] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_ntp_options
ipatests/test_integration/test_ntp_options.py:98: [C0209(consider-using-f-string), TestNTPoptions.test_server_client_install_with_multiple_ntp_srv] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:99: [C0209(consider-using-f-string), TestNTPoptions.test_server_client_install_with_multiple_ntp_srv] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:120: [C0209(consider-using-f-string), TestNTPoptions.test_server_replica_client_install_with_pool_and_srv] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:121: [C0209(consider-using-f-string), TestNTPoptions.test_server_replica_client_install_with_pool_and_srv] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:151: [C0209(consider-using-f-string), TestNTPoptions.test_server_promoted_replica_client_install_with_srv] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:180: [C0209(consider-using-f-string), TestNTPoptions.test_server_client_install_mixed_options] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:187: [C0209(consider-using-f-string), TestNTPoptions.test_server_client_install_mixed_options] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:193: [C0209(consider-using-f-string), TestNTPoptions.test_server_client_install_mixed_options] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:213: [C0209(consider-using-f-string), TestNTPoptions.test_replica_promotion_with_ntp_options] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:219: [C0209(consider-using-f-string), TestNTPoptions.test_replica_promotion_with_ntp_options] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:231: [C0209(consider-using-f-string), TestNTPoptions.test_replica_promotion_without_ntp] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:260: [C0209(consider-using-f-string), TestNTPoptions.test_interactive_ntp_set_opt] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:272: [C0209(consider-using-f-string), TestNTPoptions.test_interactive_ntp_set_opt] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:279: [C0209(consider-using-f-string), TestNTPoptions.test_interactive_ntp_set_opt] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ntp_options.py:287: [C0209(consider-using-f-string), TestNTPoptions.test_interactive_ntp_set_opt] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_sudo
ipatests/test_integration/test_sudo.py:48: [C0209(consider-using-f-string), TestSudo.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:50: [C0209(consider-using-f-string), TestSudo.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:54: [C0209(consider-using-f-string), TestSudo.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:55: [C0209(consider-using-f-string), TestSudo.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:59: [C0209(consider-using-f-string), TestSudo.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:60: [C0209(consider-using-f-string), TestSudo.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:101: [C0209(consider-using-f-string), TestSudo.list_sudo_commands] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:133: [C0209(consider-using-f-string), TestSudo.test_admins_group_does_not_have_sudo_permission] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:227: [C0209(consider-using-f-string), TestSudo.test_sudo_rule_restricted_to_one_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:258: [C0209(consider-using-f-string), TestSudo.test_sudo_rule_restricted_to_one_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:291: [C0209(consider-using-f-string), TestSudo.test_sudo_rule_restricted_to_one_host_negative] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:370: [C0209(consider-using-f-string), TestSudo.test_sudo_rule_restricted_to_one_hostmask_setup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:400: [C0209(consider-using-f-string), TestSudo.test_sudo_rule_restricted_to_one_hostmask_negative_setup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:405: [C0209(consider-using-f-string), TestSudo.test_sudo_rule_restricted_to_one_hostmask_negative] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:413: [C0209(consider-using-f-string), TestSudo.test_sudo_rule_restricted_to_one_hostmask_negative_teardown] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:652: [C0209(consider-using-f-string), TestSudo.test_category_all_validation_host_mask] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sudo.py:746: [C0209(consider-using-f-string), TestSudo.test_domain_resolution_order] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_server_del
ipatests/test_integration/test_server_del.py:30: [C0209(consider-using-f-string), check_master_removal] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_server_del.py:44: [C0209(consider-using-f-string), check_master_removal] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_server_del.py:86: [C0206(consider-using-dict-items), check_removal_disconnects_topology] Consider iterating with .items())
ipatests/test_integration/test_server_del.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_server_del.py:148: [C0209(consider-using-f-string), TestServerDel.test_removal_of_nonexistent_master_raises_error] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_server_del.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_server_del.py:163: [C0209(consider-using-f-string), TestServerDel.test_forced_removal_of_nonexistent_master] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_upgrade
ipatests/test_integration/test_upgrade.py:151: [C0209(consider-using-f-string), TestUpgrade.test_double_encoded_cacert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_upgrade.py:269: [C0209(consider-using-f-string), TestUpgrade.test_admin_root_alias_upgrade_CVE_2020_10747] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_kerberos_flags
ipatests/test_integration/test_kerberos_flags.py:34: [C0209(consider-using-f-string), TestKerberosFlags.test_set_flag_with_host_add] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:48: [C0209(consider-using-f-string), TestKerberosFlags.test_set_and_clear_flag_with_host_mod] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:69: [C0209(consider-using-f-string), TestKerberosFlags.test_set_flag_with_service_add] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:82: [C0209(consider-using-f-string), TestKerberosFlags.test_set_and_clear_flag_with_service_mod] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:103: [C0209(consider-using-f-string), TestKerberosFlags.test_try_to_set_flag_using_unexpected_values] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:111: [C0209(consider-using-f-string), TestKerberosFlags.add_object] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:124: [C0209(consider-using-f-string), TestKerberosFlags.del_object] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:128: [C0209(consider-using-f-string), TestKerberosFlags.mod_object_cli] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:147: [C0209(consider-using-f-string), TestKerberosFlags.mod_service_kadmin_local] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_kerberos_flags.py:155: [C0209(consider-using-f-string), TestKerberosFlags.check_flag_cli] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_krbtpolicy
ipatests/test_integration/test_krbtpolicy.py:53: [R1735(use-dict-literal), reset_to_default_policy] Consider using {} instead of dict())
ipatests/test_integration/test_krbtpolicy.py:203: [C0209(consider-using-f-string), TestPWPolicy.test_krbtpolicy_otp] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_krbtpolicy.py:261: [C0209(consider-using-f-string), TestPWPolicy.test_ccache_sweep_expired] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_krbtpolicy.py:275: [C0209(consider-using-f-string), TestPWPolicy.test_ccache_sweep_expired] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_krbtpolicy.py:297: [C0209(consider-using-f-string), TestPWPolicy.test_ccache_sweep_valid] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_krbtpolicy.py:308: [C0209(consider-using-f-string), TestPWPolicy.test_ccache_sweep_valid] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_installation_client
ipatests/test_integration/test_installation_client.py:149: [C0209(consider-using-f-string), TestClientInstallBind.setup_bindserver] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation_client.py:186: [C0209(consider-using-f-string), TestClientInstallBind.test_client_nsupdate] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_legacy_clients
ipatests/test_integration/test_legacy_clients.py:96: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_ipa_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:125: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:128: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:143: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_ad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:146: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_ad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:151: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:152: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:158: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:160: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:161: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:162: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:170: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_ipa_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:174: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_ipa_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:187: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:190: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:192: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:204: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_disabled_ipa_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:210: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_disabled_ipa_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:224: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_disabled_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:227: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_disabled_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:229: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_disabled_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:245: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:248: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:267: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_subdomain_ad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:270: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_subdomain_ad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:279: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:280: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:286: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:288: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:290: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:292: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:304: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:307: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:309: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:324: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_disabled_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:327: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_disabled_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:329: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_disabled_subdomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:345: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:348: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:363: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_treedomain_ad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:366: [C0209(consider-using-f-string), BaseTestLegacyClient.test_getent_treedomain_ad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:377: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:378: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:385: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:387: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:390: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:393: [C0209(consider-using-f-string), BaseTestLegacyClient.test_id_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:406: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_treedomain_ad_user] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_legacy_clients.py:411: [C0209(consider-using-f-string), BaseTestLegacyClient.test_login_treedomain_ad_user] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_fips
ipatests/test_integration/test_fips.py:68: [C0209(consider-using-f-string), TestInstallFIPS.test_dnssec] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_fips.py:73: [C0209(consider-using-f-string), TestInstallFIPS.test_dnssec] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_nfs
ipatests/test_integration/test_nfs.py:76: [C0206(consider-using-dict-items), TestNFS.test_prepare_users] Consider iterating with .items())
ipatests/test_integration/test_nfs.py:79: [C0209(consider-using-f-string), TestNFS.test_prepare_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:79: [C0209(consider-using-f-string), TestNFS.test_prepare_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:80: [C0209(consider-using-f-string), TestNFS.test_prepare_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:81: [C0209(consider-using-f-string), TestNFS.test_prepare_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:85: [C0209(consider-using-f-string), TestNFS.test_prepare_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:98: [C0209(consider-using-f-string), TestNFS.test_krb5_nfsd] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:101: [C0209(consider-using-f-string), TestNFS.test_krb5_nfsd] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:114: [C0206(consider-using-dict-items), TestNFS.test_krb5_nfsd] Consider iterating with .items())
ipatests/test_integration/test_nfs.py:117: [C0209(consider-using-f-string), TestNFS.test_krb5_nfsd] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:147: [C0209(consider-using-f-string), TestNFS.test_krb5_nfs_manual_configuration] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:151: [C0209(consider-using-f-string), TestNFS.test_krb5_nfs_manual_configuration] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:155: [C0209(consider-using-f-string), TestNFS.test_krb5_nfs_manual_configuration] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:209: [C0209(consider-using-f-string), TestNFS.test_automount] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:214: [C0209(consider-using-f-string), TestNFS.test_automount] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_nfs.py:262: [C0209(consider-using-f-string), TestNFS.test_automount] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_idviews
ipatests/test_integration/test_idviews.py:38: [C0209(consider-using-f-string), TestCertsInIDOverrides.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:45: [C0209(consider-using-f-string), TestCertsInIDOverrides.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:79: [C0209(consider-using-f-string), TestCertsInIDOverrides.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:84: [C0209(consider-using-f-string), TestCertsInIDOverrides.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:101: [C0209(consider-using-f-string), TestCertsInIDOverrides.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:104: [C0209(consider-using-f-string), TestCertsInIDOverrides.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:107: [C0209(consider-using-f-string), TestCertsInIDOverrides.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:110: [C0209(consider-using-f-string), TestCertsInIDOverrides.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:123: [C0209(consider-using-f-string), TestCertsInIDOverrides.test_certs_in_idoverrides_ad_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:126: [C0209(consider-using-f-string), TestCertsInIDOverrides.test_certs_in_idoverrides_ad_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:134: [C0209(consider-using-f-string), TestCertsInIDOverrides.test_certs_in_idoverrides_ad_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:150: [C0209(consider-using-f-string), TestCertsInIDOverrides.test_dbus_user_lookup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:152: [C0209(consider-using-f-string), TestCertsInIDOverrides.test_dbus_user_lookup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:156: [C0209(consider-using-f-string), TestCertsInIDOverrides.test_dbus_user_lookup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:163: [C0209(consider-using-f-string), TestCertsInIDOverrides.test_dbus_user_lookup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:209: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.prepare_config] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:216: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:218: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:219: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:220: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:221: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:223: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:225: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:226: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:228: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:230: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:232: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:237: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:244: [C0209(consider-using-f-string), TestRulesWithServicePrincipals.test_rules_with_service_principals] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:307: [C0209(consider-using-f-string), TestIDViews.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:325: [C0209(consider-using-f-string), TestIDViews.test_useroverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:326: [C0209(consider-using-f-string), TestIDViews.test_useroverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:331: [C0209(consider-using-f-string), TestIDViews.test_useroverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:337: [C0209(consider-using-f-string), TestIDViews.test_useroverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:338: [C0209(consider-using-f-string), TestIDViews.test_useroverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:346: [C0209(consider-using-f-string), TestIDViews.test_useroverride_original_uid] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:355: [C0209(consider-using-f-string), TestIDViews.test_anchor_username] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:360: [C0209(consider-using-f-string), TestIDViews.test_groupoverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:363: [C0209(consider-using-f-string), TestIDViews.test_groupoverride] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_idviews.py:380: [C0209(consider-using-f-string), TestIDViews.test_anchor_groupname] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_trust
ipatests/test_integration/test_trust.py:47: [C0209(consider-using-f-string), BaseTestTrust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:56: [C0209(consider-using-f-string), BaseTestTrust.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:74: [C0209(consider-using-f-string), BaseTestTrust.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:82: [C0209(consider-using-f-string), BaseTestTrust.check_sid_generation] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:93: [C0209(consider-using-f-string), BaseTestTrust.check_trustdomains] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:95: [C0209(consider-using-f-string), BaseTestTrust.check_trustdomains] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:104: [C0209(consider-using-f-string), BaseTestTrust.check_range_properties] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:106: [C0209(consider-using-f-string), BaseTestTrust.check_range_properties] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:135: [C0209(consider-using-f-string), TestTrust.test_user_gid_uid_resolution_in_nonposix_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:140: [C0209(consider-using-f-string), TestTrust.test_user_gid_uid_resolution_in_nonposix_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:161: [C0209(consider-using-f-string), TestTrust.test_ipa_commands_run_as_aduser] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_trust.py:176: [C0209(consider-using-f-string), TestTrust.test_ipa_management_run_as_aduser] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:201: [C0209(consider-using-f-string), TestTrust.test_password_login_as_aduser] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:204: [C0209(consider-using-f-string), TestTrust.test_password_login_as_aduser] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:210: [C0209(consider-using-f-string), TestTrust.test_password_login_as_aduser] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:215: [C0209(consider-using-f-string), TestTrust.test_password_login_as_aduser] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_trust.py:236: [C0209(consider-using-f-string), TestTrust.test_ipauser_authentication_with_nonposix_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:246: [C0209(consider-using-f-string), TestTrust.test_upn_in_nonposix_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:256: [C0209(consider-using-f-string), TestTrust.test_upn_user_resolution_in_nonposix_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:335: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:348: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_groups] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:349: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_groups] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:366: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasuser] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:367: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasuser] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:382: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasuser_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:383: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasuser_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:384: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasuser_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:385: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasuser_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:401: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasgroup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:402: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasgroup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:403: [C0209(consider-using-f-string), TestTrust.test_sudorules_ad_runasgroup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:428: [C0209(consider-using-f-string), TestTrust.test_subordinate_suffix] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:432: [C0209(consider-using-f-string), TestTrust.test_subordinate_suffix] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:448: [C0209(consider-using-f-string), TestTrust.test_subordinate_suffix] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:467: [C0209(consider-using-f-string), TestTrust.test_subordinate_suffix] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:497: [C0209(consider-using-f-string), TestTrust.test_user_uid_gid_resolution_in_posix_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:500: [C0209(consider-using-f-string), TestTrust.test_user_uid_gid_resolution_in_posix_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:512: [C0209(consider-using-f-string), TestTrust.test_user_without_posix_attributes_not_visible] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:531: [C0209(consider-using-f-string), TestTrust.test_override_homedir] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:537: [C0209(consider-using-f-string), TestTrust.test_override_homedir] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:576: [C0209(consider-using-f-string), TestTrust.test_extdom_plugin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:595: [C0209(consider-using-f-string), TestTrust.test_extdom_plugin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:601: [C0209(consider-using-f-string), TestTrust.test_extdom_plugin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:608: [C0209(consider-using-f-string), TestTrust.test_extdom_plugin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:663: [C0209(consider-using-f-string), TestTrust.test_user_gid_uid_resolution_in_external_subdomain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:666: [C0209(consider-using-f-string), TestTrust.test_user_gid_uid_resolution_in_external_subdomain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:695: [C0209(consider-using-f-string), TestTrust.test_establish_nonexternal_subdomain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:714: [C0209(consider-using-f-string), TestTrust.test_user_gid_uid_resolution_in_external_treedomain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:717: [C0209(consider-using-f-string), TestTrust.test_user_gid_uid_resolution_in_external_treedomain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:747: [C0209(consider-using-f-string), TestTrust.test_establish_nonexternal_treedomain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:784: [C0209(consider-using-f-string), TestTrust.test_establish_forest_trust_with_shared_secret] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:807: [C0209(consider-using-f-string), TestTrust.test_user_gid_uid_resolution_in_forest_trust_with_shared_secret] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:812: [C0209(consider-using-f-string), TestTrust.test_user_gid_uid_resolution_in_forest_trust_with_shared_secret] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:825: [C0209(consider-using-f-string), TestTrust.test_remove_forest_trust_with_shared_secret] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:874: [C0209(consider-using-f-string), TestTrust.test_user_uid_resolution_in_external_trust_with_shared_secret] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_trust.py:879: [C0209(consider-using-f-string), TestTrust.test_user_uid_resolution_in_external_trust_with_shared_secret] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_http_kdc_proxy
ipatests/test_integration/test_http_kdc_proxy.py:57: [C0209(consider-using-f-string), TestHttpKdcProxy.users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:61: [C0209(consider-using-f-string), TestHttpKdcProxy.users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:64: [C0209(consider-using-f-string), TestHttpKdcProxy.users] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:100: [C0209(consider-using-f-string), TestHttpKdcProxy.client_use_kdcproxy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:104: [C0209(consider-using-f-string), TestHttpKdcProxy.client_use_kdcproxy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:106: [C0209(consider-using-f-string), TestHttpKdcProxy.client_use_kdcproxy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:137: [C0209(consider-using-f-string), TestHttpKdcProxy.configure_kdc_proxy_for_ad_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:139: [C0209(consider-using-f-string), TestHttpKdcProxy.configure_kdc_proxy_for_ad_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:193: [C0209(consider-using-f-string), TestHttpKdcProxy.test_access_blocked_on_client_without_kdcproxy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:195: [C0209(consider-using-f-string), TestHttpKdcProxy.test_access_blocked_on_client_without_kdcproxy] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:220: [C0209(consider-using-f-string), TestHttpKdcProxy.windows_small_mtu_size.get_iface_name] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_http_kdc_proxy.py:234: [C0209(consider-using-f-string), TestHttpKdcProxy.windows_small_mtu_size.set_mtu] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_crlgen_manage
ipatests/test_integration/test_crlgen_manage.py:48: [C0209(consider-using-f-string), check_crlgen_status] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_crlgen_manage.py:55: [C0209(consider-using-f-string), check_crlgen_status] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_crlgen_manage.py:60: [C0209(consider-using-f-string), check_crlgen_status] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_crlgen_manage.py:102: [C0209(consider-using-f-string), break_crlgen_with_rewriterule] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_ca_custom_sdn
ipatests/test_integration/test_ca_custom_sdn.py:62: [C0209(consider-using-f-string), create_custom_ca_subject] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_sssd
ipatests/test_integration/test_sssd.py:172: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_is_user_filtered] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:178: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_is_user_filtered] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:192: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_extdom_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:246: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_external_group_paging] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:248: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_external_group_paging] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:258: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_external_group_paging] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:271: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_sssd_cache_refresh.get_cache_update_time] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:339: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_ext_grp_with_ldap] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:417: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_aduser_with_idview] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:469: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_subdomain_lookup_with_certmaprule_containing_dn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:471: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_subdomain_lookup_with_certmaprule_containing_dn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:472: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_subdomain_lookup_with_certmaprule_containing_dn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:486: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_subdomain_lookup_with_certmaprule_containing_dn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:517: [C0209(consider-using-f-string), TestSSSDWithAdTrust.test_override_gid_subdomain] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:541: [W1514(unspecified-encoding), TestNestedMembers.nested_group_setup] Using open without explicitly specifying an encoding)
ipatests/test_integration/test_sssd.py:546: [C0209(consider-using-f-string), TestNestedMembers.nested_group_setup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:612: [C0209(consider-using-f-string), TestNestedMembers.test_nested_group_members] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:633: [C0209(consider-using-f-string), TestNestedMembers.test_nested_group_members] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:645: [C0209(consider-using-f-string), TestNestedMembers.test_nested_group_members] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:659: [C0209(consider-using-f-string), TestNestedMembers.test_nested_group_members] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:670: [C0209(consider-using-f-string), TestNestedMembers.test_nested_group_members] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_sssd.py:686: [C0209(consider-using-f-string), TestNestedMembers.test_nested_group_members] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_forced_client_reenrollment
ipatests/test_integration/test_forced_client_reenrollment.py:234: [C0209(consider-using-f-string), TestForcedClientReenrollment.reenroll_client] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_otp
ipatests/test_integration/test_otp.py:254: [C0209(consider-using-f-string), TestOTPToken.test_2fa_enable_single_prompt] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_otp.py:366: [C0209(consider-using-f-string), TestOTPToken.test_check_otpd_after_idle_timeout] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_automember
ipatests/test_integration/test_automember.py:28: [C0209(consider-using-f-string), TestAutounmembership.automember_group_add] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:32: [C0209(consider-using-f-string), TestAutounmembership.automember_group_add] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:38: [C0209(consider-using-f-string), TestAutounmembership.user_automember_setup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:39: [C0209(consider-using-f-string), TestAutounmembership.user_automember_setup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:40: [C0209(consider-using-f-string), TestAutounmembership.user_automember_setup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:45: [C0209(consider-using-f-string), TestAutounmembership.user_automember_mod] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:66: [C0209(consider-using-f-string), TestAutounmembership.automember_hostgroup_add] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:71: [C0209(consider-using-f-string), TestAutounmembership.automember_hostgroup_add] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:77: [C0209(consider-using-f-string), TestAutounmembership.host_automember_setup] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:82: [C0209(consider-using-f-string), TestAutounmembership.host_automember_mod] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:210: [C0209(consider-using-f-string), TestAutounmembership.test_modify_user_entry_unmembership_disabled] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_automember.py:244: [C0209(consider-using-f-string), TestAutounmembership.test_modify_host_entry_unmembership_disabled] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_external_ca
ipatests/test_integration/test_external_ca.py:53: [C0209(consider-using-f-string), check_CA_flag] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_external_ca.py:65: [C0209(consider-using-f-string), match_in_journal] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_external_ca.py:100: [C0209(consider-using-f-string), service_control_dirsrv] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_external_ca.py:107: [C0209(consider-using-f-string), check_ipaca_issuerDN] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_external_ca.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_external_ca.py:232: [C0209(consider-using-f-string), verify_caentry] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_external_ca.py:273: [C0209(consider-using-f-string), TestSelfExternalSelf.test_switch_to_external_ca] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_external_ca.py:275: [C0209(consider-using-f-string), TestSelfExternalSelf.test_switch_to_external_ca] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_external_ca.py:298: [C0209(consider-using-f-string), TestSelfExternalSelf.test_issuerDN_after_renew_to_external] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_external_ca.py:330: [C0209(consider-using-f-string), TestSelfExternalSelf.test_issuerDN_after_renew_to_self_signed] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_dns_locations
ipatests/test_integration/test_dns_locations.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:23: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:24: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:25: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:26: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:27: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:28: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:73: [C0209(consider-using-f-string), resolve_records_from_server] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:80: [C0209(consider-using-f-string), _gen_expected_srv_rrset] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:95: [C0209(consider-using-f-string), _gen_expected_uri_rrset] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_dns_locations.py:185: [C0209(consider-using-f-string), TestDNSLocations._test_A_rec_against_server] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:199: [C0209(consider-using-f-string), TestDNSLocations._test_SRV_rec_against_server] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:213: [C0209(consider-using-f-string), TestDNSLocations._test_URI_rec_against_server] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:268: [C0209(consider-using-f-string), TestDNSLocations.test_one_replica_in_location] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:311: [C0209(consider-using-f-string), TestDNSLocations.test_two_replicas_in_location] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:320: [C0209(consider-using-f-string), TestDNSLocations.test_two_replicas_in_location] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:361: [C0209(consider-using-f-string), TestDNSLocations.test_all_servers_in_location] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:370: [C0209(consider-using-f-string), TestDNSLocations.test_all_servers_in_location] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:408: [C0209(consider-using-f-string), TestDNSLocations.test_change_weight] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dns_locations.py:417: [C0209(consider-using-f-string), TestDNSLocations.test_change_weight] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_replica_promotion
ipatests/test_integration/test_replica_promotion.py:182: [C0209(consider-using-f-string), TestUnprivilegedUserPermissions.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:184: [C0209(consider-using-f-string), TestUnprivilegedUserPermissions.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:224: [C0209(consider-using-f-string), TestUnprivilegedUserPermissions.test_replica_promotion_after_adding_to_admin_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:254: [C0209(consider-using-f-string), TestProhibitReplicaUninstallation.test_replica_uninstallation_prohibited] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:303: [C0209(consider-using-f-string), TestWrongClientDomain.test_wrong_client_domain] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:377: [C0209(consider-using-f-string), TestRenewalMaster.test_replica_not_marked_as_renewal_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:380: [C0209(consider-using-f-string), TestRenewalMaster.test_replica_not_marked_as_renewal_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:402: [C0209(consider-using-f-string), TestRenewalMaster.test_manual_renewal_master_transfer] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:419: [C0209(consider-using-f-string), TestRenewalMaster.test_renewal_master_with_csreplica_manage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:433: [C0209(consider-using-f-string), TestRenewalMaster.test_renewal_master_with_csreplica_manage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:515: [C0209(consider-using-f-string), TestRenewalMaster.test_automatic_renewal_master_transfer_ondelete] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:533: [C0209(consider-using-f-string), TestReplicaInstallWithExistingEntry.test_replica_install_with_existing_entry] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:601: [C0209(consider-using-f-string), TestSubCAkeyReplication.add_subca] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:614: [C0209(consider-using-f-string), TestSubCAkeyReplication.del_subca] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:660: [C0209(consider-using-f-string), TestSubCAkeyReplication.check_certdb] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:693: [C0209(consider-using-f-string), TestSubCAkeyReplication.check_pki_error] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:764: [C0209(consider-using-f-string), TestSubCAkeyReplication.test_sign_with_subca_on_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:786: [C0206(consider-using-dict-items), TestSubCAkeyReplication.test_scale_add_subca] Consider iterating with .items())
ipatests/test_integration/test_replica_promotion.py:839: [C0209(consider-using-f-string), update_etc_hosts] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:842: [C0209(consider-using-f-string), update_etc_hosts] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:843: [C0209(consider-using-f-string), update_etc_hosts] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:848: [C0209(consider-using-f-string), update_etc_hosts] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:858: [C0209(consider-using-f-string), restore_etc_hosts] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:888: [C0209(consider-using-f-string), TestReplicaInForwardZone.test_replica_install_in_forward_zone] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_replica_promotion.py:975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_replica_promotion.py:977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_replica_promotion.py:979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_replica_promotion.py:986: [C0209(consider-using-f-string), TestHiddenReplicaPromotion._check_server_role] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_replica_promotion.py:1006: [C0209(consider-using-f-string), TestHiddenReplicaPromotion._check_config] Formatting a regular string which could be a f-string)
************* Module ipatests.test_ipalib.test_parameters
ipatests/test_ipalib/test_parameters.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:289: [C0209(consider-using-f-string), test_Param.test_init] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_parameters.py:307: [C0209(consider-using-f-string), test_Param.test_repr] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_parameters.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:416: [C0209(consider-using-f-string), test_Param.test_clone_rename] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_parameters.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1107: [C0209(consider-using-f-string), EnumChecker.test_bad_types] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_parameters.py:1114: [C0209(consider-using-f-string), EnumChecker.test_empty] Formatting a regular string which could be a f-string)
ipatests/test_ipalib/test_parameters.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_ipalib/test_parameters.py:1842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_integration.test_adtrust_install
ipatests/test_integration/test_adtrust_install.py:66: [C0209(consider-using-f-string), TestIpaAdTrustInstall.test_add_agent_not_allowed] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_adtrust_install.py:78: [C0209(consider-using-f-string), TestIpaAdTrustInstall.test_add_agent_not_allowed] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_adtrust_install.py:84: [C0209(consider-using-f-string), TestIpaAdTrustInstall.test_add_agent_not_allowed] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_adtrust_install.py:130: [C0209(consider-using-f-string), TestIpaAdTrustInstall.test_add_agent_on_stopped_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_adtrust_install.py:175: [C0209(consider-using-f-string), TestIpaAdTrustInstall.test_add_agent_on_running_replica_without_compat] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_adtrust_install.py:218: [C0209(consider-using-f-string), TestIpaAdTrustInstall.test_add_agent_on_running_replica_with_compat] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_adtrust_install.py:262: [C0209(consider-using-f-string), TestIpaAdTrustInstall.test_ipa_user_pac] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_adtrust_install.py:290: [C0209(consider-using-f-string), TestIpaAdTrustInstall.test_ipa_user_s4u2self_pac] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_cert
ipatests/test_integration/test_cert.py:50: [C0209(consider-using-f-string), get_certmonger_request_value] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:58: [C0209(consider-using-f-string), get_certmonger_request_value] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:90: [C0209(consider-using-f-string), TestInstallMasterClient.test_cacert_file_appear_with_option_F] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:117: [C0209(consider-using-f-string), TestInstallMasterClient.test_certmonger_ipa_responder_jsonrpc] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:121: [C0209(consider-using-f-string), TestInstallMasterClient.test_certmonger_ipa_responder_jsonrpc] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:140: [C0209(consider-using-f-string), TestInstallMasterClient.test_ipa_getcert_san_aci] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:141: [C0209(consider-using-f-string), TestInstallMasterClient.test_ipa_getcert_san_aci] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:226: [C0209(consider-using-f-string), TestInstallMasterClient.test_subca_certs] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:267: [C0209(consider-using-f-string), TestInstallMasterClient.test_getcert_list_profile_using_subca] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:269: [C0209(consider-using-f-string), TestInstallMasterClient.test_getcert_list_profile_using_subca] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:288: [C0209(consider-using-f-string), TestInstallMasterClient.test_getcert_list_profile_using_subca] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:328: [C0209(consider-using-f-string), TestCertmongerRekey.request_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:580: [C0209(consider-using-f-string), TestCAShowErrorHandling.test_ca_show_error_handling] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:582: [C0209(consider-using-f-string), TestCAShowErrorHandling.test_ca_show_error_handling] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_cert.py:587: [C0209(consider-using-f-string), TestCAShowErrorHandling.test_ca_show_error_handling] Formatting a regular string which could be a f-string)
************* Module ipatests.test_custodia.test_plugins
ipatests/test_custodia/test_plugins.py:30: [C0209(consider-using-f-string), TestCustodiaPlugins.assert_ep] Formatting a regular string which could be a f-string)
ipatests/test_custodia/test_plugins.py:32: [C0209(consider-using-f-string), TestCustodiaPlugins.assert_ep] Formatting a regular string which could be a f-string)
************* Module ipatests.test_custodia.test_server
ipatests/test_custodia/test_server.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_custodia/test_server.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.test_integration.test_ipa_cert_fix
ipatests/test_integration/test_ipa_cert_fix.py:69: [C0209(consider-using-f-string), needs_resubmit] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipa_cert_fix.py:105: [R1735(use-dict-literal), expire_cert_critical] Consider using {} instead of dict())
ipatests/test_integration/test_ipa_cert_fix.py:336: [C0209(consider-using-f-string), TestIpaCertFixThirdParty.test_third_party_certs] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_acme
ipatests/test_integration/test_acme.py:43: [C0209(consider-using-f-string), check_acme_status] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_acme.py:589: [C0209(consider-using-f-string), TestACMERenew.issue_and_expire_cert] Formatting a regular string which could be a f-string)
************* Module ipatests.test_cmdline.cmdline
ipatests/test_cmdline/cmdline.py:68: [C0209(consider-using-f-string), cmdline_test.cmdline_setup] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/cmdline.py:72: [C0209(consider-using-f-string), cmdline_test.cmdline_setup] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_epn
ipatests/test_integration/test_epn.py:103: [C0209(consider-using-f-string), postconf] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:112: [C0209(consider-using-f-string), configure_postfix] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:113: [C0209(consider-using-f-string), configure_postfix] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:138: [C0209(consider-using-f-string), configure_postfix] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:167: [C0209(consider-using-f-string), configure_starttls] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:177: [C0209(consider-using-f-string), configure_starttls] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:178: [C0209(consider-using-f-string), configure_starttls] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:198: [C0209(consider-using-f-string), configure_ssl_client_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:240: [C0209(consider-using-f-string), validate_mail] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:242: [C0209(consider-using-f-string), validate_mail] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:243: [C0209(consider-using-f-string), validate_mail] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:300: [C0209(consider-using-f-string), TestEPN.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:305: [C0209(consider-using-f-string), TestEPN.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:454: [C0209(consider-using-f-string), TestEPN.cleanupmail] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:502: [C0206(consider-using-dict-items), TestEPN.test_EPN_smoketest_3] Consider iterating with .items())
ipatests/test_integration/test_epn.py:544: [C0209(consider-using-f-string), TestEPN.test_EPN_nbdays_0] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:553: [C0209(consider-using-f-string), TestEPN.test_EPN_nbdays_0] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:564: [C0209(consider-using-f-string), TestEPN.test_EPN_nbdays_1] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:670: [C0209(consider-using-f-string), TestEPN.test_EPN_template] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:721: [C0209(consider-using-f-string), TestEPN.test_EPN_starttls] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:737: [C0209(consider-using-f-string), TestEPN.test_EPN_ssl] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:758: [C0209(consider-using-f-string), TestEPN.test_EPN_ssl_client_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:779: [C0209(consider-using-f-string), TestEPN.test_EPN_starttls_client_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_epn.py:834: [C0209(consider-using-f-string), TestEPN.test_EPN_reinstall] Formatting a regular string which could be a f-string)
************* Module ipatests.pytest_ipa.declarative
ipatests/pytest_ipa/declarative.py:30: [C0209(consider-using-f-string), pytest_generate_tests] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/declarative.py:35: [C0209(consider-using-f-string), pytest_generate_tests] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_ipahealthcheck
ipatests/test_integration/test_ipahealthcheck.py:200: [R1735(use-dict-literal), restart_service] Consider using {} instead of dict())
ipatests/test_integration/test_ipahealthcheck.py:208: [C0209(consider-using-f-string), restart_service._stop_service] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:420: [C0209(consider-using-f-string), TestIpaHealthCheck.test_source_ipahealthcheck_meta_services_check] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:441: [C0209(consider-using-f-string), TestIpaHealthCheck.test_source_ipahealthcheck_dogtag_ca_dogtagcertsconfigcheck] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:449: [C0209(consider-using-f-string), TestIpaHealthCheck.test_source_ipahealthcheck_dogtag_ca_dogtagcertsconfigcheck] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:639: [C0209(consider-using-f-string), TestIpaHealthCheck.test_ipa_healthcheck_log_rotate_file_exist_issue35] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:797: [C0209(consider-using-f-string), TestIpaHealthCheck.test_ipa_healthcheck_output_indent] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:861: [C0209(consider-using-f-string), TestIpaHealthCheck.move_ipa_ca_crt] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:865: [C0209(consider-using-f-string), TestIpaHealthCheck.move_ipa_ca_crt] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:875: [C0209(consider-using-f-string), TestIpaHealthCheck.test_chainexpiration_check_without_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:882: [C0209(consider-using-f-string), TestIpaHealthCheck.test_chainexpiration_check_without_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1044: [C0209(consider-using-f-string), TestIpaHealthCheck.modify_tls] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1052: [C0209(consider-using-f-string), TestIpaHealthCheck.modify_tls] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1064: [C0209(consider-using-f-string), TestIpaHealthCheck.modify_tls] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1198: [C0209(consider-using-f-string), TestIpaHealthCheck.test_sosreport_includes_healthcheck] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1584: [C0209(consider-using-f-string), TestIpaHealthCheckWithADtrust.test_trustcontroller_principalcheck] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1605: [C0209(consider-using-f-string), TestIpaHealthCheckWithADtrust.test_principalcheck_with_cifs_entry] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1701: [R1735(use-dict-literal), modify_permissions] Consider using {} instead of dict())
ipatests/test_integration/test_ipahealthcheck.py:1722: [C0206(consider-using-dict-items), modify_permissions] Consider iterating with .items())
ipatests/test_integration/test_ipahealthcheck.py:1724: [C0209(consider-using-f-string), modify_permissions] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1755: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_ipa_filecheck_bad_owner] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1760: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_ipa_filecheck_bad_owner] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1788: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_ipa_filecheck_bad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1793: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_ipa_filecheck_bad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1832: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_ipa_filecheck_bad_too_restrictive] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1856: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_ipa_filecheck_too_permissive] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1878: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_nssdb_filecheck_bad_owner] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1901: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_nssdb_filecheck_bad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1924: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_nssdb_filecheck_too_restrictive] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1948: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_nssdb_filecheck_too_permissive] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1972: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_tomcat_filecheck_bad_owner] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:1995: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_tomcat_filecheck_bad_group] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2018: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_tomcat_filecheck_too_restrictive] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2044: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_tomcat_filecheck_too_permissive] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2051: [C0209(consider-using-f-string), TestIpaHealthCheckFileCheck.test_tomcat_filecheck_too_permissive] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2104: [C0209(consider-using-f-string), TestIpaHealthCheckFilesystemSpace.create_jumbo_file] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2390: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.rename_httpd_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2394: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.rename_httpd_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2401: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_ipahealthcheck_ipaopensslchainvalidation] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2403: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_ipahealthcheck_ipaopensslchainvalidation] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2423: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.replace_ipa_chain] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2435: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.replace_ipa_chain] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2540: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.modify_nssdb_chain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2541: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.modify_nssdb_chain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2549: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.modify_nssdb_chain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2554: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.modify_nssdb_chain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2555: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.modify_nssdb_chain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2563: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.modify_nssdb_chain_trust] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2592: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_nsschainvalidation_ipa_invalid_chain] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2594: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_nsschainvalidation_ipa_invalid_chain] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2606: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.rename_raagent_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2610: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.rename_raagent_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2620: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_ipahealthcheck_iparaagent] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2624: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_ipahealthcheck_iparaagent] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2688: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_ipahealthcheck_iparaagent_bad_serial] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2700: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_ipahealthcheck_iparaagent_bad_serial] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_ipahealthcheck.py:2705: [C0209(consider-using-f-string), TestIpaHealthCheckWithExternalCA.test_ipahealthcheck_iparaagent_bad_serial] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_backup_and_restore
ipatests/test_integration/test_backup_and_restore.py:84: [C0209(consider-using-f-string), check_admin_in_cli] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_backup_and_restore.py:124: [R1735(use-dict-literal), check_pkcs11_modules] Consider using {} instead of dict())
ipatests/test_integration/test_backup_and_restore.py:743: [C0209(consider-using-f-string), TestUserRootFilesOwnershipPermission.test_userroot_ldif_files_ownership_and_permission] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_backup_and_restore.py:747: [C0209(consider-using-f-string), TestUserRootFilesOwnershipPermission.test_userroot_ldif_files_ownership_and_permission] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_backup_and_restore.py:753: [C0209(consider-using-f-string), TestUserRootFilesOwnershipPermission.test_userroot_ldif_files_ownership_and_permission] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_backup_and_restore.py:757: [C0209(consider-using-f-string), TestUserRootFilesOwnershipPermission.test_userroot_ldif_files_ownership_and_permission] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_backup_and_restore.py:761: [C0209(consider-using-f-string), TestUserRootFilesOwnershipPermission.test_userroot_ldif_files_ownership_and_permission] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_backup_and_restore.py:765: [C0209(consider-using-f-string), TestUserRootFilesOwnershipPermission.test_userroot_ldif_files_ownership_and_permission] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_backup_and_restore.py:865: [C0209(consider-using-f-string), TestReplicaInstallAfterRestore.test_replica_install_after_restore] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_backup_and_restore.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_backup_and_restore.py:928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_backup_and_restore.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_backup_and_restore.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_backup_and_restore.py:931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.pytest_ipa.integration.resolver
ipatests/pytest_ipa/integration/resolver.py:73: [C0209(consider-using-f-string), Resolver.restore] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/resolver.py:93: [C0209(consider-using-f-string), Resolver.check_state_expected] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/resolver.py:107: [W1513(deprecated-decorator), Resolver.is_our_resolver] Using deprecated decorator abc.abstractclassmethod())
ipatests/pytest_ipa/integration/resolver.py:250: [C0209(consider-using-f-string), PlainFileResolver._make_state_from_args] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/resolver.py:252: [C0209(consider-using-f-string), PlainFileResolver._make_state_from_args] Formatting a regular string which could be a f-string)
************* Module ipatests.test_install.test_updates
ipatests/test_install/test_updates.py:61: [W1514(unspecified-encoding), TestUpdate.update_setup] Using open without explicitly specifying an encoding)
************* Module ipatests.pytest_ipa.integration.transport
ipatests/pytest_ipa/integration/transport.py:26: [C0209(consider-using-f-string), IPAOpenSSHTransport._get_ssh_argv] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/transport.py:30: [C0209(consider-using-f-string), IPAOpenSSHTransport._get_ssh_argv] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/transport.py:38: [W1514(unspecified-encoding), IPAOpenSSHTransport._get_ssh_argv] Using open without explicitly specifying an encoding)
************* Module ipatests.test_custodia.test_authenticators
ipatests/test_custodia/test_authenticators.py:8: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipatests.pytest_ipa.integration.firewall
ipatests/pytest_ipa/integration/firewall.py:248: [C0209(consider-using-f-string), Firewall.__init__] Formatting a regular string which could be a f-string)
************* Module ipatests.test_cmdline.test_cli
ipatests/test_cmdline/test_cli.py:19: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:19: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:47: [C0209(consider-using-f-string), TestCLIParsing.run_command] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:115: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_add] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:133: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_del_all] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:141: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_del_all] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:164: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_del_one_by_one] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:176: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_add_ask_for_missing_fields] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:178: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_add_ask_for_missing_fields] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:188: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_add_ask_for_missing_fields] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:190: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_add_ask_for_missing_fields] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:201: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_add_ask_for_missing_fields] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:203: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_add_ask_for_missing_fields] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:216: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_add_ask_for_missing_fields] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:243: [C0209(consider-using-f-string), TestCLIParsing.test_dnsrecord_del_comma] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_cli.py:288: [C0209(consider-using-f-string), TestCLIParsing.test_idrange_add] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_cli.py:321: [C0209(consider-using-f-string), TestCLIParsing.test_certfind] Formatting a regular string which could be a f-string)
************* Module ipatests.pytest_ipa.integration.env_config
ipatests/pytest_ipa/integration/env_config.py:120: [C0209(consider-using-f-string), config_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:121: [W1514(unspecified-encoding), config_from_env] Using open without explicitly specifying an encoding)
ipatests/pytest_ipa/integration/env_config.py:126: [W1514(unspecified-encoding), config_from_env] Using open without explicitly specifying an encoding)
ipatests/pytest_ipa/integration/env_config.py:145: [C0209(consider-using-f-string), config_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:146: [C0209(consider-using-f-string), config_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:147: [C0209(consider-using-f-string), config_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:148: [C0209(consider-using-f-string), config_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:150: [C0209(consider-using-f-string), config_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:156: [C0209(consider-using-f-string), config_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:184: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:185: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:186: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:187: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:196: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:199: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:202: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:205: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:210: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:212: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:213: [C0209(consider-using-f-string), config_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:287: [C0209(consider-using-f-string), domain_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:289: [C0209(consider-using-f-string), domain_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:295: [C0209(consider-using-f-string), domain_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:303: [C0209(consider-using-f-string), domain_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:336: [C0209(consider-using-f-string), host_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:339: [C0209(consider-using-f-string), host_from_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:364: [C0209(consider-using-f-string), host_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:365: [C0209(consider-using-f-string), host_to_env] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/env_config.py:372: [C0209(consider-using-f-string), env_to_script] Formatting a regular string which could be a f-string)
************* Module ipatests.pytest_ipa.integration
ipatests/pytest_ipa/integration/__init__.py:138: [C0209(consider-using-f-string), collect_test_logs] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/__init__.py:180: [W1514(unspecified-encoding), collect_systemd_journal] Using open without explicitly specifying an encoding)
ipatests/pytest_ipa/integration/__init__.py:297: [C0206(consider-using-dict-items), IntegrationLogs.init_method_logs] Consider iterating with .items())
************* Module ipaserver.topology
ipaserver/topology.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/topology.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/topology.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/topology.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/topology.py:107: [C0206(consider-using-dict-items), _create_topology_graphs] Consider iterating with .items())
ipaserver/topology.py:126: [C0209(consider-using-f-string), _format_topology_errors] Formatting a regular string which could be a f-string)
ipaserver/topology.py:168: [C0206(consider-using-dict-items), TopologyConnectivity.check_current_state] Consider iterating with .items())
ipaserver/topology.py:185: [C0206(consider-using-dict-items), TopologyConnectivity.check_state_after_removal] Consider iterating with .items())
************* Module ipatests.test_integration.test_dnssec
ipatests/test_integration/test_dnssec.py:165: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_if_zone_is_signed_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:170: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_if_zone_is_signed_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:178: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_if_zone_is_signed_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:185: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_if_zone_is_signed_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:210: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_disable_reenable_signing_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:215: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_disable_reenable_signing_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:230: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_disable_reenable_signing_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:235: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_disable_reenable_signing_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:258: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_disable_reenable_signing_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:263: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_disable_reenable_signing_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:278: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_disable_reenable_signing_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:283: [C0209(consider-using-f-string), TestInstallDNSSECLast.test_disable_reenable_signing_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:351: [C0209(consider-using-f-string), TestInstallDNSSECFirst.test_sign_root_zone] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:356: [C0209(consider-using-f-string), TestInstallDNSSECFirst.test_sign_root_zone] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:374: [C0209(consider-using-f-string), TestInstallDNSSECFirst.test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:378: [C0209(consider-using-f-string), TestInstallDNSSECFirst.test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:399: [C0209(consider-using-f-string), TestInstallDNSSECFirst.test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:421: [C0209(consider-using-f-string), TestInstallDNSSECFirst.test_delegation] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:642: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:646: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:680: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:684: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:696: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:701: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:711: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:716: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:724: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:728: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_dnssec.py:733: [C0209(consider-using-f-string), TestMigrateDNSSECMaster.test_migrate_dnssec_master] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_installation
ipatests/test_integration/test_installation.py:225: [C0209(consider-using-f-string), TestInstallWithCA1.test_install_with_bad_ldap_conf] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:228: [C0209(consider-using-f-string), TestInstallWithCA1.test_install_with_bad_ldap_conf] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:310: [C0209(consider-using-f-string), TestInstallCA.test_certmonger_reads_token_HSM] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:323: [C0209(consider-using-f-string), TestInstallCA.test_certmonger_reads_token_HSM] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:440: [C0209(consider-using-f-string), TestInstallCA.test_is_ipa_configured.set_installation_state] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:497: [C0209(consider-using-f-string), TestInstallCA.test_is_ipa_configured] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:502: [C0209(consider-using-f-string), TestInstallCA.test_is_ipa_configured] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:991: [C0209(consider-using-f-string), TestInstallMaster.test_selinux_avcs] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1088: [C0209(consider-using-f-string), TestInstallMaster.test_admin_root_alias_CVE_2020_10747] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1213: [C0209(consider-using-f-string), TestInstallMaster.test_hostname_parameter] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1217: [C0209(consider-using-f-string), TestInstallMaster.test_hostname_parameter] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1229: [C0209(consider-using-f-string), TestInstallMaster.test_hostname_parameter] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1424: [C0209(consider-using-f-string), TestInstallMasterDNS.test_installer_wizard_prompts_for_DNS] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1427: [C0209(consider-using-f-string), TestInstallMasterDNS.test_installer_wizard_prompts_for_DNS] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1430: [C0209(consider-using-f-string), TestInstallMasterDNS.test_installer_wizard_prompts_for_DNS] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1451: [C0209(consider-using-f-string), TestInstallMasterDNS.test_installer_wizard_prompts_for_DNS] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1556: [C0209(consider-using-f-string), TestKRAinstallAfterCertRenew.test_KRA_install_after_cert_renew] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1615: [C0209(consider-using-f-string), TestKRAinstallOnReplicaWithCAHost.test_kra_install_on_replica_with_ca_host_overriden] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1663: [C0209(consider-using-f-string), TestMaskInstall.test_install_replica] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1721: [C0209(consider-using-f-string), TestInstallMasterReplica.test_replicamanage_del] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1744: [C0209(consider-using-f-string), TestInstallMasterReplica.test_replicamanage_del] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_installation.py:1949: [C0209(consider-using-f-string), TestInstallwithSHA384withRSA.test_install_master_withalgo_sha384withrsa] Formatting a regular string which could be a f-string)
************* Module ipatests.pytest_ipa.slicing
ipatests/pytest_ipa/slicing.py:96: [C0209(consider-using-f-string), pytest_collection_modifyitems] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/slicing.py:101: [C0209(consider-using-f-string), pytest_collection_modifyitems] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/slicing.py:117: [C0209(consider-using-f-string), pytest_collection_modifyitems] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/slicing.py:127: [C0209(consider-using-f-string), pytest_collection_modifyitems] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/slicing.py:134: [C0209(consider-using-f-string), pytest_collection_modifyitems] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/slicing.py:181: [C0209(consider-using-f-string), pytest_collection_modifyitems] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/slicing.py:195: [C0209(consider-using-f-string), pytest_collection_modifyitems] Formatting a regular string which could be a f-string)
************* Module ipatests.pytest_ipa.integration.config
ipatests/pytest_ipa/integration/config.py:61: [C0209(consider-using-f-string), Config.__init__] Formatting a regular string which could be a f-string)
************* Module ipasphinx.ipabase
ipasphinx/ipabase.py:46: [W1514(unspecified-encoding), parse_version_m4] Using open without explicitly specifying an encoding)
ipasphinx/ipabase.py:58: [C0209(consider-using-f-string), parse_version_m4] Formatting a regular string which could be a f-string)
ipasphinx/ipabase.py:64: [C0209(consider-using-f-string), parse_version_m4] Formatting a regular string which could be a f-string)
ipasphinx/ipabase.py:73: [C0209(consider-using-f-string), parse_version_m4] Formatting a regular string which could be a f-string)
************* Module ipaserver.servroles
ipaserver/servroles.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:110: [C0209(consider-using-f-string), LDAPBasedProperty.__init__] Formatting a regular string which could be a f-string)
ipaserver/servroles.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:256: [C0209(consider-using-f-string), ServerAttribute.associated_role] Formatting a regular string which could be a f-string)
ipaserver/servroles.py:296: [C0209(consider-using-f-string), ServerAttribute.get] Formatting a regular string which could be a f-string)
ipaserver/servroles.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:401: [C0209(consider-using-f-string), ServerAttribute._check_receiving_masters_having_associated_role] Formatting a regular string which could be a f-string)
ipaserver/servroles.py:475: [C0209(consider-using-f-string), ServiceBasedRole._validate_component_services] Formatting a regular string which could be a f-string)
ipaserver/servroles.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/servroles.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.secrets.store
ipaserver/secrets/store.py:30: [C0209(consider-using-f-string), DBMAPHandler.__init__] Formatting a regular string which could be a f-string)
ipaserver/secrets/store.py:142: [C0209(consider-using-f-string), DMLDAP.__init__] Formatting a regular string which could be a f-string)
ipaserver/secrets/store.py:199: [C0209(consider-using-f-string), IPASecStore._get_handler] Formatting a regular string which could be a f-string)
ipaserver/secrets/store.py:211: [C0209(consider-using-f-string), IPASecStore.get] Formatting a regular string which could be a f-string)
ipaserver/secrets/store.py:220: [C0209(consider-using-f-string), IPASecStore.set] Formatting a regular string which could be a f-string)
************* Module ipaserver.masters
ipaserver/masters.py:20: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/masters.py:21: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/masters.py:22: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/masters.py:66: [C0209(consider-using-f-string), find_providing_servers] Formatting a regular string which could be a f-string)
ipaserver/masters.py:176: [C0209(consider-using-f-string), is_service_enabled] Formatting a regular string which could be a f-string)
************* Module ipaserver.secrets.common
ipaserver/secrets/common.py:39: [C0209(consider-using-f-string), iSecLdap.connect] Formatting a regular string which could be a f-string)
ipaserver/secrets/common.py:44: [R1735(use-dict-literal), iSecLdap.build_filter] Consider using {} instead of dict())
************* Module ipatests.test_integration.test_caless
ipatests/test_integration/test_caless.py:54: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:336: [C0209(consider-using-f-string), CALessBase.create_pkcs12] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:337: [C0209(consider-using-f-string), CALessBase.create_pkcs12] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:344: [C0209(consider-using-f-string), CALessBase.create_pkcs12] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:349: [W1514(unspecified-encoding), CALessBase.create_pkcs12] Using open without explicitly specifying an encoding)
ipatests/test_integration/test_caless.py:351: [W1514(unspecified-encoding), CALessBase.create_pkcs12] Using open without explicitly specifying an encoding)
ipatests/test_integration/test_caless.py:365: [C0209(consider-using-f-string), CALessBase.prepare_cacert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:371: [C0209(consider-using-f-string), CALessBase.get_pem] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:372: [W1514(unspecified-encoding), CALessBase.get_pem] Using open without explicitly specifying an encoding)
ipatests/test_integration/test_caless.py:433: [C0209(consider-using-f-string), TestServerInstall.test_nonexistent_ca_pem_file] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:445: [C0209(consider-using-f-string), TestServerInstall.test_unknown_ca] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:457: [C0209(consider-using-f-string), TestServerInstall.test_ca_server_cert] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:467: [W1514(unspecified-encoding), TestServerInstall.test_ca_2_certs] Using open without explicitly specifying an encoding)
ipatests/test_integration/test_caless.py:468: [W1514(unspecified-encoding), TestServerInstall.test_ca_2_certs] Using open without explicitly specifying an encoding)
ipatests/test_integration/test_caless.py:475: [W1514(unspecified-encoding), TestServerInstall.test_ca_2_certs] Using open without explicitly specifying an encoding)
ipatests/test_integration/test_caless.py:489: [C0209(consider-using-f-string), TestServerInstall.test_nonexistent_http_pkcs12_file] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:501: [C0209(consider-using-f-string), TestServerInstall.test_nonexistent_ds_pkcs12_file] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:536: [C0209(consider-using-f-string), TestServerInstall.test_incorect_http_pin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:547: [C0209(consider-using-f-string), TestServerInstall.test_incorect_ds_pin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:561: [C0209(consider-using-f-string), TestServerInstall.test_invalid_http_cn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:576: [C0209(consider-using-f-string), TestServerInstall.test_invalid_ds_cn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:592: [C0209(consider-using-f-string), TestServerInstall.test_expired_http] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:609: [C0209(consider-using-f-string), TestServerInstall.test_expired_ds] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:625: [C0209(consider-using-f-string), TestServerInstall.test_http_bad_usage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:640: [C0209(consider-using-f-string), TestServerInstall.test_ds_bad_usage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:836: [C0209(consider-using-f-string), TestReplicaInstall.test_nonexistent_http_pkcs12_file] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:847: [C0209(consider-using-f-string), TestReplicaInstall.test_nonexistent_ds_pkcs12_file] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:858: [C0209(consider-using-f-string), TestReplicaInstall.test_incorect_http_pin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:869: [C0209(consider-using-f-string), TestReplicaInstall.test_incorect_ds_pin] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:909: [C0209(consider-using-f-string), TestReplicaInstall.test_invalid_http_cn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:923: [C0209(consider-using-f-string), TestReplicaInstall.test_invalid_ds_cn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:938: [C0209(consider-using-f-string), TestReplicaInstall.test_expired_http] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:954: [C0209(consider-using-f-string), TestReplicaInstall.test_expired_ds] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:969: [C0209(consider-using-f-string), TestReplicaInstall.test_http_bad_usage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:983: [C0209(consider-using-f-string), TestReplicaInstall.test_ds_bad_usage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1209: [C0209(consider-using-f-string), TestIPACommands.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1210: [C0209(consider-using-f-string), TestIPACommands.install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1216: [C0209(consider-using-f-string), TestIPACommands.check_ipa_command_not_available] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1225: [C0209(consider-using-f-string), TestIPACommands.host] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1259: [C0209(consider-using-f-string), TestIPACommands.test_service_disable_doesnt_revoke] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1313: [C0209(consider-using-f-string), TestCertInstall.certinstall] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1353: [C0209(consider-using-f-string), TestCertInstall.test_invalid_http_cn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1361: [C0209(consider-using-f-string), TestCertInstall.test_invalid_ds_cn] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1399: [C0209(consider-using-f-string), TestCertInstall.test_http_bad_usage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1407: [C0209(consider-using-f-string), TestCertInstall.test_ds_bad_usage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1601: [C0209(consider-using-f-string), TestServerReplicaCALessToCAFull.test_server_ipa_ca_install] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_caless.py:1612: [C0209(consider-using-f-string), TestServerReplicaCALessToCAFull.test_replica_ipa_ca_install] Formatting a regular string which could be a f-string)
************* Module ipaserver.secrets.handlers.pemfile
ipaserver/secrets/handlers/pemfile.py:24: [W1514(unspecified-encoding), export_key] Using open without explicitly specifying an encoding)
ipaserver/secrets/handlers/pemfile.py:33: [C0209(consider-using-f-string), export_key] Formatting a regular string which could be a f-string)
ipaserver/secrets/handlers/pemfile.py:57: [W1514(unspecified-encoding), import_key] Using open without explicitly specifying an encoding)
ipaserver/secrets/handlers/pemfile.py:70: [C0209(consider-using-f-string), import_key] Formatting a regular string which could be a f-string)
ipaserver/secrets/handlers/pemfile.py:80: [C0209(consider-using-f-string), import_key] Formatting a regular string which could be a f-string)
************* Module ipaserver.dns_data_management
ipaserver/dns_data_management.py:145: [C0209(consider-using-f-string), IPASystemRecords.__add_srv_records] Formatting a regular string which could be a f-string)
ipaserver/dns_data_management.py:173: [C0209(consider-using-f-string), IPASystemRecords.__add_uri_records] Formatting a regular string which could be a f-string)
ipaserver/dns_data_management.py:345: [C0209(consider-using-f-string), IPASystemRecords.__update_dns_records] Formatting a regular string which could be a f-string)
ipaserver/dns_data_management.py:540: [C0209(consider-using-f-string), IPASystemRecords.records_list_from_node] Formatting a regular string which could be a f-string)
************* Module ipatests.pytest_ipa.integration.expect
ipatests/pytest_ipa/integration/expect.py:87: [C0209(consider-using-f-string), IpaTestExpect.expect_exit] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/expect.py:95: [C0209(consider-using-f-string), IpaTestExpect.expect_exit] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/expect.py:99: [C0209(consider-using-f-string), IpaTestExpect.expect_exit] Formatting a regular string which could be a f-string)
************* Module ipatests.test_integration.test_commands
ipatests/test_integration/test_commands.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_commands.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_commands.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_integration/test_commands.py:196: [C0209(consider-using-f-string), TestIPACommand.test_cert_find_issue7520] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:272: [C0209(consider-using-f-string), TestIPACommand.get_krbinfo] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:342: [C0209(consider-using-f-string), TestIPACommand.test_ldapmodify_password_issue7601] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:343: [C0209(consider-using-f-string), TestIPACommand.test_ldapmodify_password_issue7601] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:455: [C0209(consider-using-f-string), TestIPACommand.test_huge_password] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:540: [C0209(consider-using-f-string), TestIPACommand.test_cleartext_password_httpd_log] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:564: [C0209(consider-using-f-string), TestIPACommand.test_change_selinuxusermaporder] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:582: [C0209(consider-using-f-string), TestIPACommand.test_change_selinuxusermaporder] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:622: [W1514(unspecified-encoding), TestIPACommand.test_ssh_key_connection] Using open without explicitly specifying an encoding)
ipatests/test_integration/test_commands.py:623: [C0209(consider-using-f-string), TestIPACommand.test_ssh_key_connection] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:631: [C0209(consider-using-f-string), TestIPACommand.test_ssh_key_connection] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:633: [C0209(consider-using-f-string), TestIPACommand.test_ssh_key_connection] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:683: [C0209(consider-using-f-string), TestIPACommand.test_ssh_leak.count_pipes] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:701: [C0209(consider-using-f-string), TestIPACommand.test_ssh_leak] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:705: [C0209(consider-using-f-string), TestIPACommand.test_ssh_leak] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:759: [C0209(consider-using-f-string), TestIPACommand.test_sssd_ifp_access_ipaapi] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:984: [C0209(consider-using-f-string), TestIPACommand.test_user_mod_change_capitalization_issue5879] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:988: [C0209(consider-using-f-string), TestIPACommand.test_user_mod_change_capitalization_issue5879] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:989: [C0209(consider-using-f-string), TestIPACommand.test_user_mod_change_capitalization_issue5879] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:990: [C0209(consider-using-f-string), TestIPACommand.test_user_mod_change_capitalization_issue5879] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1004: [C0209(consider-using-f-string), TestIPACommand.test_enabled_tls_protocols.is_tls_version_enabled] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1005: [C0209(consider-using-f-string), TestIPACommand.test_enabled_tls_protocols.is_tls_version_enabled] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1045: [C0209(consider-using-f-string), TestIPACommand.test_sss_ssh_authorizedkeys] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1050: [C0209(consider-using-f-string), TestIPACommand.test_sss_ssh_authorizedkeys] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1083: [C0209(consider-using-f-string), TestIPACommand.test_sss_ssh_authorizedkeys] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1127: [C0209(consider-using-f-string), TestIPACommand.test_cacert_manage] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1236: [C0209(consider-using-f-string), TestIPACommand.get_dirsrv_id] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1362: [C0209(consider-using-f-string), TestIPACommand.test_reset_password_unlock] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1373: [C0209(consider-using-f-string), TestIPACommand.test_reset_password_unlock] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1384: [C0209(consider-using-f-string), TestIPACommand.test_reset_password_unlock] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1446: [C0209(consider-using-f-string), TestIPACommand.test_proxycommand_invalid_shell] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1463: [C0209(consider-using-f-string), TestIPACommand.test_proxycommand_invalid_shell] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1520: [C0209(consider-using-f-string), TestIPACommand.test_ipa_getkeytab_server] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1534: [C0209(consider-using-f-string), TestIPACommand.test_ipa_getkeytab_server] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1551: [C0209(consider-using-f-string), TestIPACommand.test_ipa_getkeytab_server] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1579: [C0209(consider-using-f-string), TestIPACommandWithoutReplica.test_client_doesnot_throw_responsenotready_error] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1601: [C0209(consider-using-f-string), TestIPACommandWithoutReplica.test_basesearch_compat_tree] Formatting a regular string which could be a f-string)
ipatests/test_integration/test_commands.py:1625: [C0209(consider-using-f-string), TestIPACommandWithoutReplica.test_sid_generation] Formatting a regular string which could be a f-string)
************* Module ipaserver.secrets.handlers.common
ipaserver/secrets/handlers/common.py:19: [C0209(consider-using-f-string), default_json] Formatting a regular string which could be a f-string)
************* Module ipatests.test_cmdline.test_ipagetkeytab
ipatests/test_cmdline/test_ipagetkeytab.py:59: [C0209(consider-using-f-string), use_keytab] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:124: [C0209(consider-using-f-string), KeytabRetrievalTest.assert_success] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:127: [C0209(consider-using-f-string), KeytabRetrievalTest.assert_success] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:259: [C0209(consider-using-f-string), retrieve_dm_password] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:262: [W1514(unspecified-encoding), retrieve_dm_password] Using open without explicitly specifying an encoding)
ipatests/test_cmdline/test_ipagetkeytab.py:315: [C0209(consider-using-f-string), TestBindMethods.test_retrieval_using_plain_ldap] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:356: [C0209(consider-using-f-string), TestBindMethods.test_retrieval_using_ldaps_ca_cert] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:367: [C0209(consider-using-f-string), TestBindMethods.test_ldap_uri_server_raises_error] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:379: [C0209(consider-using-f-string), TestBindMethods.test_invalid_mech_raises_error] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:393: [C0209(consider-using-f-string), TestBindMethods.test_mech_bind_dn_raises_error] Formatting a regular string which could be a f-string)
ipatests/test_cmdline/test_ipagetkeytab.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/test_cmdline/test_ipagetkeytab.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.secrets.handlers.nsscert
ipaserver/secrets/handlers/nsscert.py:25: [W1514(unspecified-encoding), export_key] Using open without explicitly specifying an encoding)
ipaserver/secrets/handlers/nsscert.py:54: [W1514(unspecified-encoding), import_key] Using open without explicitly specifying an encoding)
************* Module ipaserver.secrets.handlers.nsswrappedcert
ipaserver/secrets/handlers/nsswrappedcert.py:42: [W1514(unspecified-encoding), export_key] Using open without explicitly specifying an encoding)
************* Module ipaserver.secrets.handlers.dmldap
ipaserver/secrets/handlers/dmldap.py:56: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipatests.pytest_ipa.integration.tasks
ipatests/pytest_ipa/integration/tasks.py:85: [C0209(consider-using-f-string), check_arguments_are.wrapper.wrapped] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:207: [C0209(consider-using-f-string), backup_file] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:220: [C0209(consider-using-f-string), fix_hostname] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:262: [C0209(consider-using-f-string), restore_files] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:269: [C0209(consider-using-f-string), restore_files] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:274: [C0209(consider-using-f-string), restore_files] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:345: [C0209(consider-using-f-string), install_master] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:389: [C0209(consider-using-f-string), check_domain_level] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:394: [C0209(consider-using-f-string), check_domain_level] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:597: [C0209(consider-using-f-string), install_adtrust] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:598: [C0209(consider-using-f-string), install_adtrust] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:653: [C0209(consider-using-f-string), configure_dns_for_trust] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:659: [C0209(consider-using-f-string), configure_dns_for_trust] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:682: [C0209(consider-using-f-string), unconfigure_dns_for_trust] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:687: [C0209(consider-using-f-string), unconfigure_dns_for_trust] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:720: [C0209(consider-using-f-string), establish_trust_with_ad] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:733: [C0209(consider-using-f-string), establish_trust_with_ad] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:765: [C0209(consider-using-f-string), remove_trust_info_from_ad] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:774: [C0209(consider-using-f-string), remove_trust_info_from_ad] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:783: [C0209(consider-using-f-string), configure_auth_to_local_rule] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:784: [C0209(consider-using-f-string), configure_auth_to_local_rule] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1003: [C0209(consider-using-f-string), sync_time] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1023: [C0209(consider-using-f-string), connect_replica] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1024: [C0209(consider-using-f-string), connect_replica] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1025: [C0209(consider-using-f-string), connect_replica] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1043: [C0209(consider-using-f-string), disconnect_replica] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1101: [C0209(consider-using-f-string), uninstall_master] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1141: [C0209(consider-using-f-string), create_segment] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1145: [C0209(consider-using-f-string), create_segment] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1146: [C0209(consider-using-f-string), create_segment] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1504: [C0209(consider-using-f-string), wait_for_replication] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1606: [C0209(consider-using-f-string), ipa_backup] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1747: [C0209(consider-using-f-string), run_certutil] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1786: [C0209(consider-using-f-string), certutil_fetch_cert] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1871: [C0209(consider-using-f-string), run_repeatedly] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1885: [C0209(consider-using-f-string), get_host_ip_with_hostmask] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1899: [C0209(consider-using-f-string), ldappasswd_user_change] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1900: [C0209(consider-using-f-string), ldappasswd_user_change] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1917: [C0209(consider-using-f-string), ldappasswd_sysaccount_change] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:1918: [C0209(consider-using-f-string), ldappasswd_sysaccount_change] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2038: [C0209(consider-using-f-string), user_add] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2089: [C0209(consider-using-f-string), ldapsearch_dm] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2132: [C0209(consider-using-f-string), create_active_user] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2143: [C0209(consider-using-f-string), create_active_user] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2161: [C0209(consider-using-f-string), run_command_as_user] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2186: [C0209(consider-using-f-string), kinit_as_user] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2198: [C0209(consider-using-f-string), kinit_as_user] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2218: [C0209(consider-using-f-string), get_kdcinfo] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2303: [C0209(consider-using-f-string), KerberosKeyCopier.copy_key] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2306: [C0209(consider-using-f-string), KerberosKeyCopier.copy_key] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2316: [C0209(consider-using-f-string), KerberosKeyCopier.copy_key] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2321: [C0209(consider-using-f-string), KerberosKeyCopier.copy_key] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2345: [C0209(consider-using-f-string), KerberosKeyCopier.copy_keys] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2351: [C0209(consider-using-f-string), KerberosKeyCopier.copy_keys] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2455: [C0209(consider-using-f-string), install_packages] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2478: [C0209(consider-using-f-string), download_packages] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2512: [C0209(consider-using-f-string), wait_for_request] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2541: [C0209(consider-using-f-string), wait_for_certmonger_status] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2626: [C0209(consider-using-f-string), get_healthcheck_version] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2707: [C0209(consider-using-f-string), run_ssh_cmd] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2722: [C0209(consider-using-f-string), run_ssh_cmd] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2744: [C0209(consider-using-f-string), run_ssh_cmd] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2762: [C0209(consider-using-f-string), run_ssh_cmd] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2763: [C0209(consider-using-f-string), run_ssh_cmd] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/tasks.py:2811: [C0209(consider-using-f-string), is_package_installed] Formatting a regular string which could be a f-string)
************* Module ipatests.pytest_ipa.integration.create_caless_pki
ipatests/pytest_ipa/integration/create_caless_pki.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:110: [C0209(consider-using-f-string), profile_ca] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/create_caless_pki.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:182: [C0209(consider-using-f-string), profile_server] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/create_caless_pki.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:239: [C0209(consider-using-f-string), profile_kdc] Formatting a regular string which could be a f-string)
ipatests/pytest_ipa/integration/create_caless_pki.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipatests/pytest_ipa/integration/create_caless_pki.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.topology
ipaserver/plugins/topology.py:130: [C0209(consider-using-f-string), topologysegment.<lambda>] Formatting a regular string which could be a f-string)
ipaserver/plugins/topology.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/topology.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/topology.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/topology.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/topology.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/topology.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/topology.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/topology.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.secrets.client
ipaserver/secrets/client.py:45: [C0209(consider-using-f-string), CustodiaClient.__init__] Formatting a regular string which could be a f-string)
ipaserver/secrets/client.py:55: [C0209(consider-using-f-string), CustodiaClient.__init__] Formatting a regular string which could be a f-string)
ipaserver/secrets/client.py:59: [C0209(consider-using-f-string), CustodiaClient.__init__] Formatting a regular string which could be a f-string)
ipaserver/secrets/client.py:102: [C0209(consider-using-f-string), CustodiaClient._auth_header] Formatting a regular string which could be a f-string)
ipaserver/secrets/client.py:107: [C0209(consider-using-f-string), CustodiaClient.fetch_key] Formatting a regular string which could be a f-string)
ipaserver/secrets/client.py:131: [C0209(consider-using-f-string), CustodiaClient.fetch_key] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.serverroles
ipaserver/plugins/serverroles.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverroles.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverroles.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverroles.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverroles.py:116: [C0209(consider-using-f-string), serverroles._get_assoc_attributes] Formatting a regular string which could be a f-string)
ipaserver/plugins/serverroles.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.serverrole
ipaserver/plugins/serverrole.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverrole.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverrole.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverrole.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverrole.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverrole.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverrole.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverrole.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/serverrole.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.whoami
ipaserver/plugins/whoami.py:101: [C0209(consider-using-f-string), whoami.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.servicedelegation
ipaserver/plugins/servicedelegation.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/servicedelegation.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/servicedelegation.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/servicedelegation.py:212: [C0209(consider-using-f-string), servicedelegation_add_member.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/servicedelegation.py:212: [C0209(consider-using-f-string), servicedelegation_add_member.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/servicedelegation.py:221: [R1735(use-dict-literal), servicedelegation_add_member.get_member_dns] Consider using {} instead of dict())
ipaserver/plugins/servicedelegation.py:221: [R1735(use-dict-literal), servicedelegation_add_member.get_member_dns] Consider using {} instead of dict())
ipaserver/plugins/servicedelegation.py:302: [C0209(consider-using-f-string), servicedelegation_remove_member.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/servicedelegation.py:302: [C0209(consider-using-f-string), servicedelegation_remove_member.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/servicedelegation.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/servicedelegation.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/servicedelegation.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/servicedelegation.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.selfservice
ipaserver/plugins/selfservice.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/selfservice.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.p11helper
ipaserver/p11helper.py:588: [C0209(consider-using-f-string), int_to_bytes] Formatting a regular string which could be a f-string)
ipaserver/p11helper.py:590: [C0209(consider-using-f-string), int_to_bytes] Formatting a regular string which could be a f-string)
ipaserver/p11helper.py:603: [C0209(consider-using-f-string), check_return_value] Formatting a regular string which could be a f-string)
ipaserver/p11helper.py:868: [C0209(consider-using-f-string), P11_Helper.__init__] Formatting a regular string which could be a f-string)
ipaserver/p11helper.py:1835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.dcerpc
ipaserver/dcerpc.py:182: [C0209(consider-using-f-string), assess_dcerpc_error] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:220: [R1735(use-dict-literal), DomainValidator.__init__] Consider using {} instead of dict())
ipaserver/dcerpc.py:280: [W0612(unused-variable), DomainValidator.get_trusted_domains] Unused variable 'exc')
ipaserver/dcerpc.py:443: [C0209(consider-using-f-string), DomainValidator.get_trusted_domain_object_sid] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:510: [C0209(consider-using-f-string), DomainValidator.get_trusted_domain_object_from_sid] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:514: [C0209(consider-using-f-string), DomainValidator.get_trusted_domain_object_from_sid] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:530: [C0209(consider-using-f-string), DomainValidator.get_trusted_domain_object_from_sid] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:558: [C0209(consider-using-f-string), DomainValidator.__get_trusted_domain_user_and_groups] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:570: [C0209(consider-using-f-string), DomainValidator.__get_trusted_domain_user_and_groups] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:651: [C0209(consider-using-f-string), DomainValidator.__sid_to_str] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:671: [C0209(consider-using-f-string), DomainValidator.kinit_as_administrator] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:756: [C0209(consider-using-f-string), DomainValidator.__search_in_dc] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:804: [R1735(use-dict-literal), DomainValidator.__retrieve_trusted_domain_gc_list] Consider using {} instead of dict())
ipaserver/dcerpc.py:815: [C0209(consider-using-f-string), DomainValidator.__retrieve_trusted_domain_gc_list] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:819: [W0612(unused-variable), DomainValidator.__retrieve_trusted_domain_gc_list] Unused variable 'e')
ipaserver/dcerpc.py:920: [C0209(consider-using-f-string), TrustDomainInstance.__gen_lsa_bindings] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:952: [C0209(consider-using-f-string), TrustDomainInstance.retrieve_anonymously] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:1700: [C0209(consider-using-f-string), retrieve_remote_domain] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:1703: [C0209(consider-using-f-string), retrieve_remote_domain] Formatting a regular string which could be a f-string)
ipaserver/dcerpc.py:1804: [R1735(use-dict-literal), TrustDomainJoins.get_realmdomains] Consider using {} instead of dict())
************* Module ipaserver.plugins.rabase
ipaserver/plugins/rabase.py:62: [C0209(consider-using-f-string), rabase.check_request_status] Formatting a regular string which could be a f-string)
ipaserver/plugins/rabase.py:70: [C0209(consider-using-f-string), rabase.get_certificate] Formatting a regular string which could be a f-string)
ipaserver/plugins/rabase.py:82: [C0209(consider-using-f-string), rabase.request_certificate] Formatting a regular string which could be a f-string)
ipaserver/plugins/rabase.py:108: [C0209(consider-using-f-string), rabase.revoke_certificate] Formatting a regular string which could be a f-string)
ipaserver/plugins/rabase.py:116: [C0209(consider-using-f-string), rabase.take_certificate_off_hold] Formatting a regular string which could be a f-string)
ipaserver/plugins/rabase.py:125: [C0209(consider-using-f-string), rabase.find] Formatting a regular string which could be a f-string)
ipaserver/plugins/rabase.py:134: [C0209(consider-using-f-string), rabase.updateCRL] Formatting a regular string which could be a f-string)
************* Module ipaserver.secrets.kem
ipaserver/secrets/kem.py:39: [C0209(consider-using-f-string), KEMLdap.keysbase] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:78: [C0209(consider-using-f-string), KEMLdap.get_key] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:92: [C0209(consider-using-f-string), KEMLdap.check_host_keys] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:116: [C0209(consider-using-f-string), KEMLdap._format_public_key] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:122: [C0209(consider-using-f-string), KEMLdap._format_public_key] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:130: [C0209(consider-using-f-string), KEMLdap._get_dn] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:181: [W1514(unspecified-encoding), newServerKeys] Using open without explicitly specifying an encoding)
ipaserver/secrets/kem.py:184: [C0209(consider-using-f-string), newServerKeys] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:230: [C0209(consider-using-f-string), IPAKEMKeys.generate_keys] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:263: [C0209(consider-using-f-string), IPAKEMKeys.remove_keys] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:272: [W1514(unspecified-encoding), IPAKEMKeys.server_keys] Using open without explicitly specifying an encoding)
ipaserver/secrets/kem.py:287: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipaserver/secrets/kem.py:289: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.realmdomains
ipaserver/plugins/realmdomains.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/realmdomains.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.ping
ipaserver/plugins/ping.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/ping.py:70: [C0209(consider-using-f-string), ping.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.pkinit
ipaserver/plugins/pkinit.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/pkinit.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/pkinit.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/pkinit.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/pkinit.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/pkinit.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/pkinit.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.rpcserver
ipaserver/rpcserver.py:239: [R1735(use-dict-literal), params_2_args_options] Consider using {} instead of dict())
ipaserver/rpcserver.py:241: [R1735(use-dict-literal), params_2_args_options] Consider using {} instead of dict())
ipaserver/rpcserver.py:316: [C0209(consider-using-f-string), wsgi_dispatch.route] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:327: [C0209(consider-using-f-string), wsgi_dispatch.mount] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:381: [C0209(consider-using-f-string), WSGIExecutioner.wsgi_execute] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:500: [C0209(consider-using-f-string), WSGIExecutioner.unmarshal] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:504: [C0209(consider-using-f-string), WSGIExecutioner.marshal] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:605: [C0209(consider-using-f-string), NegotiateAuth._set_authz_header] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:611: [C0209(consider-using-f-string), NegotiateAuth.initial_step] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:697: [C0209(consider-using-f-string), KerberosSession.finalize_kerberos_acquisition] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:727: [C0209(consider-using-f-string), KerberosWSGIExecutioner.__call__] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/rpcserver.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/rpcserver.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/rpcserver.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/rpcserver.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/rpcserver.py:1064: [C0209(consider-using-f-string), login_password.__call__] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:1089: [C0209(consider-using-f-string), login_password.kinit] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:1098: [W0612(unused-variable), login_password.kinit] Unused variable 'e')
ipaserver/rpcserver.py:1172: [C0209(consider-using-f-string), change_password.__call__] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:1175: [C0209(consider-using-f-string), change_password.__call__] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:1209: [C0209(consider-using-f-string), change_password.__call__] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:1162: [W0612(unused-variable), change_password.__call__] Unused variable 'e')
ipaserver/rpcserver.py:1276: [C0209(consider-using-f-string), sync_token.__call__] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:1279: [C0209(consider-using-f-string), sync_token.__call__] Formatting a regular string which could be a f-string)
ipaserver/rpcserver.py:1267: [W0612(unused-variable), sync_token.__call__] Unused variable 'e')
************* Module ipaserver.plugins.selinuxusermap
ipaserver/plugins/selinuxusermap.py:93: [C0209(consider-using-f-string), validate_selinuxuser] Formatting a regular string which could be a f-string)
ipaserver/plugins/selinuxusermap.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/selinuxusermap.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.stageuser
ipaserver/plugins/stageuser.py:337: [C0209(consider-using-f-string), stageuser_add.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/stageuser.py:349: [C0209(consider-using-f-string), stageuser_add.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/stageuser.py:459: [C0209(consider-using-f-string), stageuser_find.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/stageuser.py:547: [C0209(consider-using-f-string), stageuser_activate._build_new_entry] Formatting a regular string which could be a f-string)
ipaserver/plugins/stageuser.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/stageuser.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/stageuser.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/stageuser.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/stageuser.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/stageuser.py:754: [C0209(consider-using-f-string), stageuser_activate.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.sudorule
ipaserver/plugins/sudorule.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/sudorule.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/sudorule.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/sudorule.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/sudorule.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/sudorule.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/sudorule.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.schema
ipaserver/plugins/schema.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:123: [C0209(consider-using-f-string), BaseMetaSearch.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/schema.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:181: [R1735(use-dict-literal), metaobject._get_obj] Consider using {} instead of dict())
ipaserver/plugins/schema.py:217: [W0237(arguments-renamed), command._iter_params] Parameter 'metaobj' has been renamed to 'cmd' in overridden 'command._iter_params' method)
ipaserver/plugins/schema.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:316: [C0209(consider-using-f-string), class_._iter_params] Formatting a regular string which could be a f-string)
ipaserver/plugins/schema.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:378: [C0209(consider-using-f-string), topic_.__make_topics] Formatting a regular string which could be a f-string)
ipaserver/plugins/schema.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:410: [C0209(consider-using-f-string), topic_.__make_topics] Formatting a regular string which could be a f-string)
ipaserver/plugins/schema.py:415: [W0237(arguments-renamed), topic_._get_obj] Parameter 'obj' has been renamed to 'topic' in overridden 'topic_._get_obj' method)
ipaserver/plugins/schema.py:567: [W0237(arguments-renamed), param._get_obj] Parameter 'obj' has been renamed to 'metaobj_param' in overridden 'param._get_obj' method)
ipaserver/plugins/schema.py:570: [R1735(use-dict-literal), param._get_obj] Consider using {} instead of dict())
ipaserver/plugins/schema.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:696: [W0237(arguments-renamed), output._get_obj] Parameter 'obj' has been renamed to 'cmd_output' in overridden 'output._get_obj' method)
ipaserver/plugins/schema.py:720: [R1735(use-dict-literal), output._get_obj] Consider using {} instead of dict())
ipaserver/plugins/schema.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/schema.py:832: [R1735(use-dict-literal), schema._generate_schema] Consider using {} instead of dict())
************* Module ipaserver.plugins.subid
ipaserver/plugins/subid.py:57: [E1101(no-member), subid] Instance of 'Env' has no 'container_subids' member)
************* Module ipaserver.plugins.otptoken
ipaserver/plugins/otptoken.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:295: [C0209(consider-using-f-string), otptoken_add.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/otptoken.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/otptoken.py:351: [C0209(consider-using-f-string), otptoken_add.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/otptoken.py:431: [C0209(consider-using-f-string), otptoken_find.pre_callback] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.netgroup
ipaserver/plugins/netgroup.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/netgroup.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/netgroup.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/netgroup.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/netgroup.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.location
ipaserver/plugins/location.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/location.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/location.py:250: [C0209(consider-using-f-string), location_show.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.join
ipaserver/plugins/join.py:117: [C0209(consider-using-f-string), join.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.krbtpolicy
ipaserver/plugins/krbtpolicy.py:204: [C0209(consider-using-f-string), rename_authind_options_from_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/krbtpolicy.py:206: [C0209(consider-using-f-string), rename_authind_options_from_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/krbtpolicy.py:213: [C0209(consider-using-f-string), rename_authind_options_to_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/krbtpolicy.py:215: [C0209(consider-using-f-string), rename_authind_options_to_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/krbtpolicy.py:323: [C0209(consider-using-f-string), krbtpolicy_reset.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.vault
ipaserver/plugins/vault.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/vault.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/vault.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/vault.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/vault.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/vault.py:748: [C0209(consider-using-f-string), vault.get_key_id] Formatting a regular string which could be a f-string)
ipaserver/plugins/vault.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/vault.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.passwd
ipaserver/plugins/passwd.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.ldap2
ipaserver/plugins/ldap2.py:373: [C0209(consider-using-f-string), ldap2.can_add] Formatting a regular string which could be a f-string)
ipaserver/plugins/ldap2.py:375: [C0209(consider-using-f-string), ldap2.can_add] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.internal
ipaserver/plugins/internal.py:70: [R1735(use-dict-literal), json_metadata.execute] Consider using {} instead of dict())
ipaserver/plugins/internal.py:71: [R1735(use-dict-literal), json_metadata.execute] Consider using {} instead of dict())
ipaserver/plugins/internal.py:72: [R1735(use-dict-literal), json_metadata.execute] Consider using {} instead of dict())
************* Module ipaserver.plugins.domainlevel
ipaserver/plugins/domainlevel.py:66: [C0209(consider-using-f-string), check_conflict_entries] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.hbactest
ipaserver/plugins/hbactest.py:234: [C0209(consider-using-f-string), _convert_to_ipa_rule] Formatting a regular string which could be a f-string)
ipaserver/plugins/hbactest.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbactest.py:242: [C0209(consider-using-f-string), _convert_to_ipa_rule] Formatting a regular string which could be a f-string)
ipaserver/plugins/hbactest.py:246: [C0209(consider-using-f-string), _convert_to_ipa_rule] Formatting a regular string which could be a f-string)
ipaserver/plugins/hbactest.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbactest.py:317: [C0209(consider-using-f-string), hbactest.canonicalize] Formatting a regular string which could be a f-string)
ipaserver/plugins/hbactest.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbactest.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbactest.py:417: [C0209(consider-using-f-string), hbactest.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/hbactest.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbactest.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.hostgroup
ipaserver/plugins/hostgroup.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hostgroup.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hostgroup.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hostgroup.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hostgroup.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hostgroup.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hostgroup.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.migration
ipaserver/plugins/migration.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:232: [C0209(consider-using-f-string), _pre_migrate_user] Formatting a regular string which could be a f-string)
ipaserver/plugins/migration.py:219: [W0612(unused-variable), _pre_migrate_user] Unused variable 'e')
ipaserver/plugins/migration.py:330: [C0209(consider-using-f-string), _update_default_group] Formatting a regular string which could be a f-string)
ipaserver/plugins/migration.py:426: [C0209(consider-using-f-string), _pre_migrate_group] Formatting a regular string which could be a f-string)
ipaserver/plugins/migration.py:470: [C0209(consider-using-f-string), construct_filter] Formatting a regular string which could be a f-string)
ipaserver/plugins/migration.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/migration.py:694: [C0209(consider-using-f-string), migrate_ds.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/migration.py:697: [C0209(consider-using-f-string), migrate_ds.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/migration.py:711: [C0209(consider-using-f-string), migrate_ds.normalize_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/migration.py:721: [R1735(use-dict-literal), migrate_ds._get_search_bases] Consider using {} instead of dict())
ipaserver/plugins/migration.py:723: [C0209(consider-using-f-string), migrate_ds._get_search_bases] Formatting a regular string which could be a f-string)
ipaserver/plugins/migration.py:754: [C0209(consider-using-f-string), migrate_ds.migrate] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.delegation
ipaserver/plugins/delegation.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/delegation.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.server
ipaserver/plugins/server.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:264: [C0209(consider-using-f-string), server_mod.post_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:568: [C0209(consider-using-f-string), server_del._remove_server_principal_references] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:604: [C0209(consider-using-f-string), server_del._remove_server_principal_references] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:648: [C0209(consider-using-f-string), server_del._remove_server_custodia_keys] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:679: [C0209(consider-using-f-string), server_del._remove_server_host_services] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:684: [C0209(consider-using-f-string), server_del._remove_server_host_services] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:766: [C0209(consider-using-f-string), server_del.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:857: [C0209(consider-using-f-string), server_del._check_deleted_segments.wait_for_segment_removal] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:860: [C0209(consider-using-f-string), server_del._check_deleted_segments.wait_for_segment_removal] Formatting a regular string which could be a f-string)
ipaserver/plugins/server.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/server.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.hbacrule
ipaserver/plugins/hbacrule.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbacrule.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbacrule.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbacrule.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbacrule.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbacrule.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/hbacrule.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.user
ipaserver/plugins/user.py:129: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:133: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:570: [C0209(consider-using-f-string), user_add.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:577: [C0209(consider-using-f-string), user_add.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:713: [C0209(consider-using-f-string), user_del._preserve_user] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:887: [C0209(consider-using-f-string), user_find.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1016: [C0209(consider-using-f-string), user_stage.execute._build_setattr_arg] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1018: [C0209(consider-using-f-string), user_stage.execute._build_setattr_arg] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1237: [C0209(consider-using-f-string), user_status.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/user.py:1251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/user.py:1291: [C0209(consider-using-f-string), user_status.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.idrange
ipaserver/plugins/idrange.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:580: [C0209(consider-using-f-string), idrange_del.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/idrange.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idrange.py:762: [R1735(use-dict-literal), idrange_mod.pre_callback] Consider using {} instead of dict())
************* Module ipaserver.plugins.certprofile
ipaserver/plugins/certprofile.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/certprofile.py:242: [C0209(consider-using-f-string), certprofile_import.pre_callback] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.service
ipaserver/plugins/service.py:226: [C0209(consider-using-f-string), validate_auth_indicator] Formatting a regular string which could be a f-string)
ipaserver/plugins/service.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:295: [C0209(consider-using-f-string), set_certificate_attrs] Formatting a regular string which could be a f-string)
ipaserver/plugins/service.py:377: [C0209(consider-using-f-string), rename_ipaallowedtoperform_from_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/service.py:379: [C0209(consider-using-f-string), rename_ipaallowedtoperform_from_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/service.py:384: [C0209(consider-using-f-string), rename_ipaallowedtoperform_to_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/service.py:386: [C0209(consider-using-f-string), rename_ipaallowedtoperform_to_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/service.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:795: [C0209(consider-using-f-string), service_add_smb.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/service.py:796: [C0209(consider-using-f-string), service_add_smb.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/service.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/service.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.batch
ipaserver/plugins/batch.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/batch.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/batch.py:151: [C0209(consider-using-f-string), batch._repr_iter] Formatting a regular string which could be a f-string)
ipaserver/plugins/batch.py:163: [R1735(use-dict-literal), batch.execute] Consider using {} instead of dict())
************* Module ipaserver.plugins.dnsserver
ipaserver/plugins/dnsserver.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dnsserver.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dnsserver.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.caacl
ipaserver/plugins/caacl.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/caacl.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/caacl.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/caacl.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/caacl.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.permission
ipaserver/plugins/permission.py:123: [C0209(consider-using-f-string), strip_ldap_prefix] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:353: [C0209(consider-using-f-string), permission] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:526: [C0209(consider-using-f-string), permission.postprocess_result] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:562: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:567: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:568: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:573: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:574: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:579: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:580: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:590: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:591: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:598: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:608: [C0209(consider-using-f-string), permission.make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:690: [C0209(consider-using-f-string), permission._get_aci_entry_and_string] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:781: [C0209(consider-using-f-string), permission.upgrade_permission] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:789: [C0209(consider-using-f-string), permission.make_type_filter] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:793: [C0209(consider-using-f-string), permission.make_type_filter] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/permission.py:862: [C0209(consider-using-f-string), permission.preprocess_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/permission.py:1285: [C0209(consider-using-f-string), permission_find.pre_callback] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.certmap
ipaserver/plugins/certmap.py:527: [R1735(use-dict-literal), _sssd.list_users_by_cert] Consider using {} instead of dict())
ipaserver/plugins/certmap.py:541: [R1734(use-list-literal), _sssd.list_users_by_cert] Consider using [] instead of list())
ipaserver/plugins/certmap.py:549: [R1735(use-dict-literal), _sssd.list_users_by_cert] Consider using {} instead of dict())
************* Module ipaserver.plugins.idviews
ipaserver/plugins/idviews.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idviews.py:181: [E0702(raising-bad-type), idview.ensure_possible_objectclasses] Raising NoneType while only classes or instances are allowed)
ipaserver/plugins/idviews.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/idviews.py:270: [C0209(consider-using-f-string), idview_show.show_id_overrides] Formatting a regular string which could be a f-string)
ipaserver/plugins/idviews.py:382: [C0209(consider-using-f-string), baseidview_apply.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/idviews.py:604: [C0209(consider-using-f-string), resolve_object_to_anchor] Formatting a regular string which could be a f-string)
ipaserver/plugins/idviews.py:702: [C0209(consider-using-f-string), remove_ipaobject_overrides] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.group
ipaserver/plugins/group.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/group.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.config
ipaserver/plugins/config.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/config.py:694: [C0209(consider-using-f-string), config_mod.pre_callback] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.trust
ipaserver/plugins/trust.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:304: [C0209(consider-using-f-string), generate_creds] Formatting a regular string which could be a f-string)
ipaserver/plugins/trust.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:617: [E0702(raising-bad-type), trust.get_dn] Raising NoneType while only classes or instances are allowed)
ipaserver/plugins/trust.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:776: [C0209(consider-using-f-string), trust_add.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/trust.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1427: [R1734(use-list-literal), trust_resolve.execute] Consider using [] instead of list())
ipaserver/plugins/trust.py:1436: [R1735(use-dict-literal), trust_resolve.execute] Consider using {} instead of dict())
ipaserver/plugins/trust.py:1565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1735: [R1734(use-list-literal), add_new_domains_from_trust] Consider using [] instead of list())
ipaserver/plugins/trust.py:1741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1820: [R1735(use-dict-literal), trust_fetch_domains.execute] Consider using {} instead of dict())
ipaserver/plugins/trust.py:1868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/trust.py:1968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.automount
ipaserver/plugins/automount.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automount.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automount.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automount.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automount.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automount.py:555: [C0209(consider-using-f-string), automountkey.get_dn] Formatting a regular string which could be a f-string)
ipaserver/plugins/automount.py:558: [C0209(consider-using-f-string), automountkey.get_dn] Formatting a regular string which could be a f-string)
ipaserver/plugins/automount.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automount.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automount.py:689: [C0209(consider-using-f-string), automountmap_add_indirect.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/automount.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.install.odsexporterinstance
ipaserver/install/odsexporterinstance.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/odsexporterinstance.py:148: [C0209(consider-using-f-string), ODSExporterInstance.uninstall] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.host
ipaserver/plugins/host.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/host.py:151: [C0209(consider-using-f-string), remove_ptr_rec] Formatting a regular string which could be a f-string)
ipaserver/plugins/host.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/host.py:394: [C0209(consider-using-f-string), host] Formatting a regular string which could be a f-string)
ipaserver/plugins/host.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/host.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/host.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/host.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/host.py:626: [C0209(consider-using-f-string), host.get_managed_hosts] Formatting a regular string which could be a f-string)
ipaserver/plugins/host.py:692: [C0209(consider-using-f-string), host_add.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/host.py:713: [C0209(consider-using-f-string), host_add.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/host.py:1292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/host.py:1329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.aci
ipaserver/plugins/aci.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:279: [C0209(consider-using-f-string), _make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/aci.py:288: [C0209(consider-using-f-string), _make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/aci.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:307: [C0209(consider-using-f-string), _make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/aci.py:313: [C0209(consider-using-f-string), _make_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/aci.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:380: [W0612(unused-variable), _aci_to_kw] Unused variable 'e')
ipaserver/plugins/aci.py:414: [C0209(consider-using-f-string), validate_permissions] Formatting a regular string which could be a f-string)
ipaserver/plugins/aci.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/aci.py:752: [C0209(consider-using-f-string), aci_find.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/aci.py:771: [C0209(consider-using-f-string), aci_find.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/aci.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.install.upgradeinstance
ipaserver/install/upgradeinstance.py:91: [C0209(consider-using-f-string), IPAUpgrade.__init__] Formatting a regular string which could be a f-string)
ipaserver/install/upgradeinstance.py:95: [C0209(consider-using-f-string), IPAUpgrade.__init__] Formatting a regular string which could be a f-string)
ipaserver/install/upgradeinstance.py:96: [C0209(consider-using-f-string), IPAUpgrade.__init__] Formatting a regular string which could be a f-string)
ipaserver/install/upgradeinstance.py:143: [W1514(unspecified-encoding), IPAUpgrade.__save_config] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:149: [C0209(consider-using-f-string), IPAUpgrade.__save_config] Formatting a regular string which could be a f-string)
ipaserver/install/upgradeinstance.py:174: [W1514(unspecified-encoding), IPAUpgrade.__save_config] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:191: [C0209(consider-using-f-string), IPAUpgrade.__enable_ds_global_write_lock] Formatting a regular string which could be a f-string)
ipaserver/install/upgradeinstance.py:192: [W1514(unspecified-encoding), IPAUpgrade.__enable_ds_global_write_lock] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:193: [W1514(unspecified-encoding), IPAUpgrade.__enable_ds_global_write_lock] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:209: [C0209(consider-using-f-string), IPAUpgrade.__restore_config] Formatting a regular string which could be a f-string)
ipaserver/install/upgradeinstance.py:210: [W1514(unspecified-encoding), IPAUpgrade.__restore_config] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:211: [W1514(unspecified-encoding), IPAUpgrade.__restore_config] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:245: [C0209(consider-using-f-string), IPAUpgrade.__disable_listeners] Formatting a regular string which could be a f-string)
ipaserver/install/upgradeinstance.py:246: [W1514(unspecified-encoding), IPAUpgrade.__disable_listeners] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:247: [W1514(unspecified-encoding), IPAUpgrade.__disable_listeners] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:257: [C0209(consider-using-f-string), IPAUpgrade.__disable_schema_compat] Formatting a regular string which could be a f-string)
ipaserver/install/upgradeinstance.py:259: [W1514(unspecified-encoding), IPAUpgrade.__disable_schema_compat] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:271: [W1514(unspecified-encoding), IPAUpgrade.__disable_schema_compat] Using open without explicitly specifying an encoding)
ipaserver/install/upgradeinstance.py:272: [W1514(unspecified-encoding), IPAUpgrade.__disable_schema_compat] Using open without explicitly specifying an encoding)
************* Module ipaserver.plugins.automember
ipaserver/plugins/automember.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automember.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automember.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automember.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automember.py:377: [C0209(consider-using-f-string), automember_add_condition.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/automember.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automember.py:461: [C0209(consider-using-f-string), automember_remove_condition.pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/automember.py:569: [R1714(consider-using-in), automember_default_group.get_params] Consider merging these comparisons with "in" to "param.name in ('cn', 'description')")
ipaserver/plugins/automember.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/automember.py:781: [C0209(consider-using-f-string), automember_rebuild.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/automember.py:815: [C0209(consider-using-f-string), automember_rebuild.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.ca
ipaserver/plugins/ca.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.plugins.dogtag
ipaserver/plugins/dogtag.py:299: [C0209(consider-using-f-string), cms_request_status_to_string] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:310: [C0209(consider-using-f-string), cms_error_code_to_string] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:346: [C0209(consider-using-f-string), parse_and_set_boolean_xml] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dogtag.py:872: [C0209(consider-using-f-string), parse_revoke_cert_xml] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dogtag.py:1034: [C0209(consider-using-f-string), parse_unrevoke_cert_xml] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:1302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dogtag.py:1302: [C0209(consider-using-f-string), ra.raise_certificate_operation_error] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:1471: [C0209(consider-using-f-string), ra.get_certificate] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:1508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dogtag.py:1508: [C0209(consider-using-f-string), ra.get_certificate] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:1540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dogtag.py:1561: [C0209(consider-using-f-string), ra.request_certificate] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:1642: [C0209(consider-using-f-string), ra.revoke_certificate] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:1816: [C0206(consider-using-dict-items), ra.find] Consider iterating with .items())
ipaserver/plugins/dogtag.py:1827: [C0209(consider-using-f-string), ra.find] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:1860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dogtag.py:1860: [C0209(consider-using-f-string), ra.find] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:2097: [C0209(consider-using-f-string), ra_lightweight_ca.read_ca_cert] Formatting a regular string which could be a f-string)
ipaserver/plugins/dogtag.py:2103: [C0209(consider-using-f-string), ra_lightweight_ca.read_ca_chain] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.schemaupdate
ipaserver/install/schemaupdate.py:39: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipaserver/install/schemaupdate.py:126: [C0209(consider-using-f-string), update_schema] Formatting a regular string which could be a f-string)
ipaserver/install/schemaupdate.py:180: [C0209(consider-using-f-string), add_x_origin] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.baseuser
ipaserver/plugins/baseuser.py:222: [C0209(consider-using-f-string), baseuser.<lambda>] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseuser.py:227: [C0209(consider-using-f-string), baseuser.<lambda>] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseuser.py:232: [C0209(consider-using-f-string), baseuser.<lambda>] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseuser.py:241: [C0209(consider-using-f-string), baseuser.<lambda>] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseuser.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseuser.py:853: [C0209(consider-using-f-string), ModCertMapData._build_mapdata] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseuser.py:873: [R1734(use-list-literal), ModCertMapData._convert_options_to_certmap] Consider using [] instead of list())
ipaserver/plugins/baseuser.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.install.ipa_trust_enable_agent
ipaserver/install/ipa_trust_enable_agent.py:70: [C0209(consider-using-f-string), IPATrustEnableAgent.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_trust_enable_agent.py:79: [C0209(consider-using-f-string), IPATrustEnableAgent.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_trust_enable_agent.py:87: [C0209(consider-using-f-string), IPATrustEnableAgent.run] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_subids
ipaserver/install/ipa_subids.py:55: [W0237(arguments-renamed), IPASubids.validate_options] Parameter 'needs_root' has been renamed to 'neends_root' in overridden 'IPASubids.validate_options' method)
************* Module ipaserver.install.ipactl
ipaserver/install/ipactl.py:89: [W1514(unspecified-encoding), is_dirsrv_debugging_enabled] Using open without explicitly specifying an encoding)
ipaserver/install/ipactl.py:173: [C0209(consider-using-f-string), version_check] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:175: [C0209(consider-using-f-string), version_check] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:180: [C0209(consider-using-f-string), version_check] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:191: [C0209(consider-using-f-string), version_check] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:193: [C0209(consider-using-f-string), version_check] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:268: [C0209(consider-using-f-string), get_config] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:277: [C0209(consider-using-f-string), get_config] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:284: [C0209(consider-using-f-string), get_config] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:298: [C0209(consider-using-f-string), get_config] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:319: [W1514(unspecified-encoding), get_config_from_file] Using open without explicitly specifying an encoding)
ipaserver/install/ipactl.py:323: [C0209(consider-using-f-string), get_config_from_file] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:409: [C0209(consider-using-f-string), ipa_start] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:414: [C0209(consider-using-f-string), ipa_start] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:419: [C0209(consider-using-f-string), ipa_start] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:455: [C0209(consider-using-f-string), ipa_stop] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:458: [C0209(consider-using-f-string), ipa_stop] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:543: [C0209(consider-using-f-string), ipa_restart] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:546: [C0209(consider-using-f-string), ipa_restart] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:569: [C0209(consider-using-f-string), ipa_restart] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:574: [C0209(consider-using-f-string), ipa_restart] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:579: [C0209(consider-using-f-string), ipa_restart] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:597: [C0209(consider-using-f-string), ipa_restart] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:602: [C0209(consider-using-f-string), ipa_restart] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:607: [C0209(consider-using-f-string), ipa_restart] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:681: [C0209(consider-using-f-string), ipa_status] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:683: [C0209(consider-using-f-string), ipa_status] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:687: [C0209(consider-using-f-string), ipa_status] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:690: [C0209(consider-using-f-string), ipa_status] Formatting a regular string which could be a f-string)
ipaserver/install/ipactl.py:730: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.opendnssecinstance
ipaserver/install/opendnssecinstance.py:29: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/opendnssecinstance.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/opendnssecinstance.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/opendnssecinstance.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/opendnssecinstance.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/opendnssecinstance.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/opendnssecinstance.py:148: [W1514(unspecified-encoding), OpenDNSSECInstance.__setup_conf_files] Using open without explicitly specifying an encoding)
ipaserver/install/opendnssecinstance.py:165: [W1514(unspecified-encoding), OpenDNSSECInstance.__setup_conf_files] Using open without explicitly specifying an encoding)
ipaserver/install/opendnssecinstance.py:174: [W1514(unspecified-encoding), OpenDNSSECInstance.__setup_conf_files] Using open without explicitly specifying an encoding)
ipaserver/install/opendnssecinstance.py:185: [W1514(unspecified-encoding), OpenDNSSECInstance.__setup_conf_files] Using open without explicitly specifying an encoding)
ipaserver/install/opendnssecinstance.py:226: [W1514(unspecified-encoding), OpenDNSSECInstance.__generate_master_key] Using open without explicitly specifying an encoding)
ipaserver/install/opendnssecinstance.py:294: [W1514(unspecified-encoding), OpenDNSSECInstance.__start] Using open without explicitly specifying an encoding)
ipaserver/install/opendnssecinstance.py:304: [C0209(consider-using-f-string), OpenDNSSECInstance.uninstall] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ldapupdate
ipaserver/install/ldapupdate.py:135: [C0209(consider-using-f-string), connect] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:138: [C0209(consider-using-f-string), connect] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:147: [C0209(consider-using-f-string), BadSyntax.__init__] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:206: [C0209(consider-using-f-string), run_ldapi_reload_task] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:411: [C0209(consider-using-f-string), LDAPUpdate._template_str] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:417: [W1514(unspecified-encoding), LDAPUpdate.read_file] Using open without explicitly specifying an encoding)
ipaserver/install/ldapupdate.py:457: [C0209(consider-using-f-string), LDAPUpdate.parse_update_file.emit_item] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:462: [C0209(consider-using-f-string), LDAPUpdate.parse_update_file.emit_item] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:469: [C0209(consider-using-f-string), LDAPUpdate.parse_update_file.emit_item] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:491: [C0209(consider-using-f-string), LDAPUpdate.parse_update_file.emit_item] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:504: [C0209(consider-using-f-string), LDAPUpdate.parse_update_file.emit_item] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:589: [C0209(consider-using-f-string), LDAPUpdate.parse_update_file] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:613: [C0209(consider-using-f-string), LDAPUpdate.create_index_task] Formatting a regular string which could be a f-string)
ipaserver/install/ldapupdate.py:648: [W0612(unused-variable), LDAPUpdate.monitor_index_task] Unused variable 'e')
ipaserver/install/ldapupdate.py:863: [C0209(consider-using-f-string), LDAPUpdate._update_record] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.service
ipaserver/install/service.py:65: [C0209(consider-using-f-string), format_seconds] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:69: [C0209(consider-using-f-string), format_seconds] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/service.py:513: [C0209(consider-using-f-string), Service.add_cert_to_service] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:642: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:646: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:648: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:653: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:658: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:661: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:664: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:685: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:693: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:698: [C0209(consider-using-f-string), Service.start_creation] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/service.py:742: [C0209(consider-using-f-string), Service._ldap_enable] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:874: [C0209(consider-using-f-string), SimpleServiceInstance.create_instance] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:875: [C0209(consider-using-f-string), SimpleServiceInstance.create_instance] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:876: [C0209(consider-using-f-string), SimpleServiceInstance.create_instance] Formatting a regular string which could be a f-string)
ipaserver/install/service.py:896: [C0209(consider-using-f-string), SimpleServiceInstance.uninstall] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_winsync_migrate
ipaserver/install/ipa_winsync_migrate.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_winsync_migrate.py:101: [C0209(consider-using-f-string), WinsyncMigrate.validate_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:106: [C0209(consider-using-f-string), WinsyncMigrate.validate_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:124: [C0209(consider-using-f-string), WinsyncMigrate.validate_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:128: [C0209(consider-using-f-string), WinsyncMigrate.validate_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:134: [C0209(consider-using-f-string), WinsyncMigrate.validate_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:164: [C0209(consider-using-f-string), WinsyncMigrate.delete_winsync_agreement] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_winsync_migrate.py:172: [C0209(consider-using-f-string), WinsyncMigrate.create_id_user_override] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_winsync_migrate.py:239: [C0209(consider-using-f-string), WinsyncMigrate.migrate_memberships.winsync_group_name] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_winsync_migrate.py:293: [C0209(consider-using-f-string), WinsyncMigrate.migrate_memberships] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_winsync_migrate.py:365: [C0209(consider-using-f-string), WinsyncMigrate.main] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_ldap_updater
ipaserver/install/ipa_ldap_updater.py:83: [C0209(consider-using-f-string), LDAPUpdater.validate_options] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_pkinit_manage
ipaserver/install/ipa_pkinit_manage.py:36: [C0209(consider-using-f-string), PKINITManage.validate_options] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_crlgen_manage
ipaserver/install/ipa_crlgen_manage.py:40: [C0209(consider-using-f-string), CRLGenManage.validate_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_crlgen_manage.py:110: [C0209(consider-using-f-string), CRLGenManage.status] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_crlgen_manage.py:113: [C0209(consider-using-f-string), CRLGenManage.status] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.cert
ipaserver/plugins/cert.py:221: [C0209(consider-using-f-string), _acl_make_rule] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:511: [C0209(consider-using-f-string), BaseCertObject._parse] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:553: [C0209(consider-using-f-string), _format_othername] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:799: [C0209(consider-using-f-string), cert_request.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:884: [R1735(use-dict-literal), cert_request.execute] Consider using {} instead of dict())
ipaserver/plugins/cert.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:909: [C0209(consider-using-f-string), cert_request.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:917: [C0209(consider-using-f-string), cert_request.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:966: [C0209(consider-using-f-string), cert_request.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:1217: [C0209(consider-using-f-string), _san_ip_update_reachable] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:1302: [C0209(consider-using-f-string), cert.get_params] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:1565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:1565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:1565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:1565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:1566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:1602: [C0209(consider-using-f-string), cert_find.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:1607: [C0209(consider-using-f-string), cert_find.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:1613: [C0209(consider-using-f-string), cert_find.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:1618: [C0209(consider-using-f-string), cert_find.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/cert.py:1729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/cert.py:1729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.install.replication
ipaserver/install/replication.py:209: [C0209(consider-using-f-string), wait_for_entry] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:352: [C0209(consider-using-f-string), ReplicationManager._get_and_update_id_from_master] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:367: [C0209(consider-using-f-string), ReplicationManager.get_agreement_filter] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:372: [C0209(consider-using-f-string), ReplicationManager.get_agreement_filter] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:377: [C0209(consider-using-f-string), ReplicationManager.get_agreement_filter] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:717: [C0209(consider-using-f-string), ReplicationManager.setup_chaining_farm] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:727: [C0209(consider-using-f-string), ReplicationManager.get_mapping_tree_entry] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:771: [C0209(consider-using-f-string), ReplicationManager.add_passsync_user] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:869: [C0209(consider-using-f-string), ReplicationManager.setup_agreement] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:873: [C0209(consider-using-f-string), ReplicationManager.setup_agreement] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:892: [C0209(consider-using-f-string), ReplicationManager.setup_agreement] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:921: [C0209(consider-using-f-string), ReplicationManager.get_replica_principal_dns] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:922: [C0209(consider-using-f-string), ReplicationManager.get_replica_principal_dns] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:968: [C0209(consider-using-f-string), ReplicationManager.get_replica_principal_dns] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1055: [C0209(consider-using-f-string), ReplicationManager.delete_referral] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1091: [C0209(consider-using-f-string), ReplicationManager.check_repl_init] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1101: [C0209(consider-using-f-string), ReplicationManager.check_repl_init] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1109: [C0209(consider-using-f-string), ReplicationManager.check_repl_init] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1319: [C0209(consider-using-f-string), ReplicationManager.setup_winsync_replication] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1364: [C0209(consider-using-f-string), ReplicationManager.setup_winsync_replication] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1369: [W0612(unused-variable), ReplicationManager.setup_winsync_replication] Unused variable 'e')
ipaserver/install/replication.py:1471: [C0209(consider-using-f-string), ReplicationManager.get_agreement_type] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1496: [C0209(consider-using-f-string), ReplicationManager.replica_cleanup] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1553: [C0209(consider-using-f-string), ReplicationManager.replica_cleanup] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1631: [C0209(consider-using-f-string), ReplicationManager.cleanallruv] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1636: [C0209(consider-using-f-string), ReplicationManager.cleanallruv] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1645: [C0209(consider-using-f-string), ReplicationManager.cleanallruv] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1660: [C0209(consider-using-f-string), ReplicationManager.abortcleanallruv] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1667: [C0209(consider-using-f-string), ReplicationManager.abortcleanallruv] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1674: [C0209(consider-using-f-string), ReplicationManager.abortcleanallruv] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1756: [C0209(consider-using-f-string), ReplicationManager.save_DNA_next_range] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/replication.py:1835: [C0209(consider-using-f-string), ReplicationManager.ensure_replication_managers] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/replication.py:1840: [C0209(consider-using-f-string), ReplicationManager.ensure_replication_managers] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1859: [C0209(consider-using-f-string), ReplicationManager.add_temp_sasl_mapping] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1883: [C0209(consider-using-f-string), ReplicationManager.add_temp_sasl_mapping] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1895: [C0209(consider-using-f-string), ReplicationManager.remove_temp_replication_user] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1973: [C0209(consider-using-f-string), CSReplicationManager.agreement_dn] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1980: [C0209(consider-using-f-string), CSReplicationManager.agreement_dn] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1988: [C0209(consider-using-f-string), CSReplicationManager.agreement_dn] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:1997: [C0209(consider-using-f-string), CSReplicationManager.delete_referral] Formatting a regular string which could be a f-string)
ipaserver/install/replication.py:2036: [C0209(consider-using-f-string), get_cs_replication_manager] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.krainstance
ipaserver/install/krainstance.py:158: [C0209(consider-using-f-string), KRAInstance.__spawn_instance] Formatting a regular string which could be a f-string)
ipaserver/install/krainstance.py:248: [C0209(consider-using-f-string), KRAInstance.__create_kra_agent] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.baseldap
ipaserver/plugins/baseldap.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseldap.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseldap.py:736: [C0206(consider-using-dict-items), LDAPObject.convert_attribute_members] Consider iterating with .items())
ipaserver/plugins/baseldap.py:755: [C0209(consider-using-f-string), LDAPObject.convert_attribute_members] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:839: [C0209(consider-using-f-string), LDAPObject.get_password_attributes] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:1530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/baseldap.py:1728: [C0209(consider-using-f-string), LDAPModMember.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:1728: [C0209(consider-using-f-string), LDAPModMember.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:1791: [R1733(unnecessary-dict-index-lookup), LDAPAddMember.execute] Unnecessary dictionary index lookup, use 'objs' instead)
ipaserver/plugins/baseldap.py:2007: [C0209(consider-using-f-string), LDAPSearch.get_member_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2009: [C0209(consider-using-f-string), LDAPSearch.get_member_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2009: [C0209(consider-using-f-string), LDAPSearch.get_member_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2018: [C0209(consider-using-f-string), LDAPSearch.get_member_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2020: [C0209(consider-using-f-string), LDAPSearch.get_member_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2020: [C0209(consider-using-f-string), LDAPSearch.get_member_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2053: [C0209(consider-using-f-string), LDAPSearch.get_attr_filter] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2094: [C0209(consider-using-f-string), LDAPSearch.get_member_filter] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2230: [C0209(consider-using-f-string), LDAPModReverseMember.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2230: [C0209(consider-using-f-string), LDAPModReverseMember.get_options] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2287: [C0209(consider-using-f-string), LDAPAddReverseMember.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2386: [C0209(consider-using-f-string), LDAPRemoveReverseMember.execute] Formatting a regular string which could be a f-string)
ipaserver/plugins/baseldap.py:2445: [C0209(consider-using-f-string), BaseLDAPModAttribute._update_attrs] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_acme_manage
ipaserver/install/ipa_acme_manage.py:125: [C0209(consider-using-f-string), IPAACMEManage.run] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.krbinstance
ipaserver/install/krbinstance.py:251: [C0209(consider-using-f-string), KrbInstance.__setup_sub_dict] Formatting a regular string which could be a f-string)
ipaserver/install/krbinstance.py:301: [W1514(unspecified-encoding), KrbInstance.__setup_sub_dict] Using open without explicitly specifying an encoding)
ipaserver/install/krbinstance.py:319: [W1514(unspecified-encoding), KrbInstance.__template_file] Using open without explicitly specifying an encoding)
ipaserver/install/krbinstance.py:369: [C0209(consider-using-f-string), KrbInstance.__configure_instance] Formatting a regular string which could be a f-string)
ipaserver/install/krbinstance.py:436: [C0209(consider-using-f-string), KrbInstance._call_certmonger] Formatting a regular string which could be a f-string)
ipaserver/install/krbinstance.py:506: [W1514(unspecified-encoding), KrbInstance.issue_selfsigned_pkinit_certs] Using open without explicitly specifying an encoding)
ipaserver/install/krbinstance.py:572: [C0209(consider-using-f-string), KrbInstance.get_anonymous_principal_name] Formatting a regular string which could be a f-string)
ipaserver/install/krbinstance.py:606: [C0209(consider-using-f-string), KrbInstance.uninstall] Formatting a regular string which could be a f-string)
ipaserver/install/krbinstance.py:589: [W0238(unused-private-member), KrbInstance.__convert_to_gssapi_replication] Unused private member `KrbInstance.__convert_to_gssapi_replication(self)`)
************* Module ipaserver.install.ipa_backup
ipaserver/install/ipa_backup.py:92: [C0209(consider-using-f-string), encrypt_file] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:399: [C0209(consider-using-f-string), Backup.check_roles] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:401: [R1735(use-dict-literal), Backup.check_roles] Consider using {} instead of dict())
ipaserver/install/ipa_backup.py:424: [C0209(consider-using-f-string), Backup.check_roles] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:434: [C0209(consider-using-f-string), Backup.check_roles] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:503: [C0209(consider-using-f-string), Backup.db2ldif] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:526: [C0209(consider-using-f-string), Backup.db2ldif] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:545: [C0209(consider-using-f-string), Backup.db2ldif] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:555: [C0209(consider-using-f-string), Backup.db2ldif] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:561: [C0209(consider-using-f-string), Backup.db2ldif] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:593: [C0209(consider-using-f-string), Backup.db2bak] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:610: [C0209(consider-using-f-string), Backup.db2bak] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:618: [C0209(consider-using-f-string), Backup.db2bak] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:624: [C0209(consider-using-f-string), Backup.db2bak] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:636: [C0209(consider-using-f-string), Backup.file_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:651: [C0209(consider-using-f-string), Backup.file_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:661: [C0209(consider-using-f-string), Backup.file_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:673: [C0209(consider-using-f-string), Backup.file_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:685: [C0209(consider-using-f-string), Backup.compress_file_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:726: [W1514(unspecified-encoding), Backup.create_header] Using open without explicitly specifying an encoding)
ipaserver/install/ipa_backup.py:759: [C0209(consider-using-f-string), Backup.finalize_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:763: [C0209(consider-using-f-string), Backup.finalize_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:772: [C0209(consider-using-f-string), Backup.finalize_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:782: [C0209(consider-using-f-string), Backup.finalize_backup] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_backup.py:787: [C0209(consider-using-f-string), Backup.finalize_backup] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_server_certinstall
ipaserver/install/ipa_server_certinstall.py:151: [C0209(consider-using-f-string), ServerCertInstall.install_dirsrv_cert] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_server_certinstall.py:152: [C0209(consider-using-f-string), ServerCertInstall.install_dirsrv_cert] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_server_certinstall.py:184: [C0209(consider-using-f-string), ServerCertInstall.replace_http_cert] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_server_certinstall.py:289: [C0209(consider-using-f-string), ServerCertInstall.check_chain] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_kra_install
ipaserver/install/ipa_kra_install.py:167: [C0209(consider-using-f-string), KRAInstaller.run] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.custodiainstance
ipaserver/install/custodiainstance.py:78: [C0209(consider-using-f-string), get_custodia_instance] Formatting a regular string which could be a f-string)
ipaserver/install/custodiainstance.py:107: [C0209(consider-using-f-string), CustodiaInstance.ldap_uri] Formatting a regular string which could be a f-string)
ipaserver/install/custodiainstance.py:122: [W1514(unspecified-encoding), CustodiaInstance.__config_file] Using open without explicitly specifying an encoding)
ipaserver/install/custodiainstance.py:174: [W1514(unspecified-encoding), CustodiaInstance.upgrade_instance] Using open without explicitly specifying an encoding)
ipaserver/install/custodiainstance.py:176: [W1514(unspecified-encoding), CustodiaInstance.upgrade_instance] Using open without explicitly specifying an encoding)
ipaserver/install/custodiainstance.py:221: [C0209(consider-using-f-string), CustodiaInstance._wait_keys] Formatting a regular string which could be a f-string)
ipaserver/install/custodiainstance.py:242: [C0209(consider-using-f-string), CustodiaInstance._get_custodia_client] Formatting a regular string which could be a f-string)
ipaserver/install/custodiainstance.py:258: [W1514(unspecified-encoding), CustodiaInstance._get_keys] Using open without explicitly specifying an encoding)
ipaserver/install/custodiainstance.py:265: [W1514(unspecified-encoding), CustodiaInstance._get_keys] Using open without explicitly specifying an encoding)
ipaserver/install/custodiainstance.py:307: [W0238(unused-private-member), CustodiaInstance.__start] Unused private member `CustodiaInstance.__start(self)`)
ipaserver/install/custodiainstance.py:310: [W0238(unused-private-member), CustodiaInstance.__enable] Unused private member `CustodiaInstance.__enable(self)`)
************* Module ipaserver.install.dnskeysyncinstance
ipaserver/install/dnskeysyncinstance.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/dnskeysyncinstance.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/dnskeysyncinstance.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/dnskeysyncinstance.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/dnskeysyncinstance.py:177: [W1514(unspecified-encoding), DNSKeySyncInstance.setup_named_openssl_conf] Using open without explicitly specifying an encoding)
ipaserver/install/dnskeysyncinstance.py:204: [C0209(consider-using-f-string), DNSKeySyncInstance.setup_named_sysconfig] Formatting a regular string which could be a f-string)
ipaserver/install/dnskeysyncinstance.py:238: [C0209(consider-using-f-string), DNSKeySyncInstance.__setup_softhsm] Formatting a regular string which could be a f-string)
ipaserver/install/dnskeysyncinstance.py:245: [W1514(unspecified-encoding), DNSKeySyncInstance.__setup_softhsm] Using open without explicitly specifying an encoding)
ipaserver/install/dnskeysyncinstance.py:283: [W1514(unspecified-encoding), DNSKeySyncInstance.__setup_softhsm] Using open without explicitly specifying an encoding)
ipaserver/install/dnskeysyncinstance.py:290: [W1514(unspecified-encoding), DNSKeySyncInstance.__setup_softhsm] Using open without explicitly specifying an encoding)
ipaserver/install/dnskeysyncinstance.py:316: [W1514(unspecified-encoding), DNSKeySyncInstance.__setup_replica_keys] Using open without explicitly specifying an encoding)
ipaserver/install/dnskeysyncinstance.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/dnskeysyncinstance.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/dnskeysyncinstance.py:492: [C0209(consider-using-f-string), DNSKeySyncInstance.uninstall] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_cert_fix
ipaserver/install/ipa_cert_fix.py:284: [C0209(consider-using-f-string), print_cert_info] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cert_fix.py:285: [C0209(consider-using-f-string), print_cert_info] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cert_fix.py:286: [C0209(consider-using-f-string), print_cert_info] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cert_fix.py:287: [C0209(consider-using-f-string), print_cert_info] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cert_fix.py:378: [C0209(consider-using-f-string), replicate_dogtag_certs] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_otptoken_import
ipaserver/install/ipa_otptoken_import.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_otptoken_import.py:441: [C0209(consider-using-f-string), PSKCKeyPackage.__validate] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_otptoken_import.py:445: [C0209(consider-using-f-string), PSKCKeyPackage.__validate] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_otptoken_import.py:539: [C0209(consider-using-f-string), OTPTokenImport.validate_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_otptoken_import.py:543: [W1514(unspecified-encoding), OTPTokenImport.validate_options] Using open without explicitly specifying an encoding)
************* Module ipaserver.install.dns
ipaserver/install/dns.py:114: [C0209(consider-using-f-string), package_check] Formatting a regular string which could be a f-string)
ipaserver/install/dns.py:173: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/dns.py:206: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/dns.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/dns.py:262: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/dns.py:323: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ca
ipaserver/install/ca.py:67: [C0209(consider-using-f-string), subject_validator] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:69: [C0209(consider-using-f-string), subject_validator] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:107: [C0209(consider-using-f-string), print_ca_configuration] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:108: [C0209(consider-using-f-string), print_ca_configuration] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:115: [C0209(consider-using-f-string), print_ca_configuration] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:190: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:214: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:226: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:256: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/ca.py:265: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.certs
ipaserver/install/certs.py:85: [C0209(consider-using-f-string), install_key_from_p12] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:102: [C0209(consider-using-f-string), pkcs12_to_certkeys] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:270: [W1514(unspecified-encoding), CertDB.create_noise_file] Using open without explicitly specifying an encoding)
ipaserver/install/certs.py:276: [W1514(unspecified-encoding), CertDB.create_passwd_file] Using open without explicitly specifying an encoding)
ipaserver/install/certs.py:279: [C0209(consider-using-f-string), CertDB.create_passwd_file] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:324: [W1514(unspecified-encoding), CertDB.export_ca_cert] Using open without explicitly specifying an encoding)
ipaserver/install/certs.py:346: [W1514(unspecified-encoding), CertDB.load_cacert] Using open without explicitly specifying an encoding)
ipaserver/install/certs.py:522: [W1514(unspecified-encoding), CertDB.create_pin_file] Using open without explicitly specifying an encoding)
ipaserver/install/certs.py:525: [W1514(unspecified-encoding), CertDB.create_pin_file] Using open without explicitly specifying an encoding)
ipaserver/install/certs.py:579: [W1514(unspecified-encoding), CertDB.create_from_cacert] Using open without explicitly specifying an encoding)
ipaserver/install/certs.py:622: [C0209(consider-using-f-string), CertDB.init_from_pkcs12] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:626: [W1514(unspecified-encoding), CertDB.init_from_pkcs12] Using open without explicitly specifying an encoding)
ipaserver/install/certs.py:630: [C0209(consider-using-f-string), CertDB.init_from_pkcs12] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:638: [C0209(consider-using-f-string), CertDB.init_from_pkcs12] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:646: [C0209(consider-using-f-string), CertDB.init_from_pkcs12] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:688: [C0209(consider-using-f-string), CertDB.is_ipa_issued_cert] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:745: [C0209(consider-using-f-string), _CrossProcessLock._release] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:755: [C0209(consider-using-f-string), _CrossProcessLock._do] Formatting a regular string which could be a f-string)
ipaserver/install/certs.py:758: [W1514(unspecified-encoding), _CrossProcessLock._do] Using open without explicitly specifying an encoding)
************* Module ipaserver.install.adtrust
ipaserver/install/adtrust.py:119: [C0209(consider-using-f-string), set_and_check_netbios_name] Formatting a regular string which could be a f-string)
ipaserver/install/adtrust.py:125: [C0209(consider-using-f-string), set_and_check_netbios_name] Formatting a regular string which could be a f-string)
ipaserver/install/adtrust.py:233: [C0209(consider-using-f-string), retrieve_and_ask_about_sids] Formatting a regular string which could be a f-string)
ipaserver/install/adtrust.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/adtrust.py:324: [C0209(consider-using-f-string), add_new_adtrust_agents] Formatting a regular string which could be a f-string)
ipaserver/install/adtrust.py:343: [C0209(consider-using-f-string), add_new_adtrust_agents] Formatting a regular string which could be a f-string)
ipaserver/install/adtrust.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/adtrust.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/adtrust.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/adtrust.py:364: [C0209(consider-using-f-string), add_new_adtrust_agents] Formatting a regular string which could be a f-string)
ipaserver/install/adtrust.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/adtrust.py:518: [C0209(consider-using-f-string), generate_dns_service_records_help] Formatting a regular string which could be a f-string)
ipaserver/install/adtrust.py:522: [C0209(consider-using-f-string), generate_dns_service_records_help] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.plugins.update_uniqueness
ipaserver/install/plugins/update_uniqueness.py:128: [C0209(consider-using-f-string), update_uniqueness_plugins_to_new_syntax.__objectclass_style] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/update_uniqueness.py:152: [C0209(consider-using-f-string), update_uniqueness_plugins_to_new_syntax.__objectclass_style] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.adtrustinstance
ipaserver/install/adtrustinstance.py:68: [C0209(consider-using-f-string), check_inst] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:77: [C0209(consider-using-f-string), check_inst] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:88: [W1514(unspecified-encoding), ipa_smb_conf_exists] Using open without explicitly specifying an encoding)
ipaserver/install/adtrustinstance.py:132: [C0209(consider-using-f-string), get_idmap_range] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:135: [C0209(consider-using-f-string), get_idmap_range] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/adtrustinstance.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/adtrustinstance.py:194: [C0209(consider-using-f-string), ADTRUSTInstance.__setup_default_attributes] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:219: [C0209(consider-using-f-string), ADTRUSTInstance.__gen_sid_string] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:394: [C0209(consider-using-f-string), ADTRUSTInstance.__add_rid_bases] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:399: [C0209(consider-using-f-string), ADTRUSTInstance.__add_rid_bases] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:424: [C0209(consider-using-f-string), ADTRUSTInstance.__add_rid_bases] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:467: [C0209(consider-using-f-string), ADTRUSTInstance.__create_samba_domain_object] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:492: [W1514(unspecified-encoding), ADTRUSTInstance.__write_smb_conf] Using open without explicitly specifying an encoding)
ipaserver/install/adtrustinstance.py:504: [C0209(consider-using-f-string), ADTRUSTInstance.__add_plugin_conf] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:669: [W1514(unspecified-encoding), ADTRUSTInstance.__update_krb5_conf] Using open without explicitly specifying an encoding)
ipaserver/install/adtrustinstance.py:671: [C0209(consider-using-f-string), ADTRUSTInstance.__update_krb5_conf] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:694: [C0209(consider-using-f-string), ADTRUSTInstance.__check_replica] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:729: [C0209(consider-using-f-string), ADTRUSTInstance.__validate_server_hostname] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:828: [C0209(consider-using-f-string), ADTRUSTInstance.find_local_id_range] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:844: [C0209(consider-using-f-string), ADTRUSTInstance.find_local_id_range] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:847: [C0209(consider-using-f-string), ADTRUSTInstance.find_local_id_range] Formatting a regular string which could be a f-string)
ipaserver/install/adtrustinstance.py:917: [C0209(consider-using-f-string), ADTRUSTInstance.uninstall] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_restore
ipaserver/install/ipa_restore.py:101: [C0209(consider-using-f-string), decrypt_file] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:255: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:282: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:294: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:313: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:332: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:341: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:372: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:382: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:390: [C0209(consider-using-f-string), Restore.run] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:511: [C0209(consider-using-f-string), Restore.get_connection] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:591: [C0209(consider-using-f-string), Restore.ldif2db] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:601: [W1514(unspecified-encoding), Restore.ldif2db] Using open without explicitly specifying an encoding)
ipaserver/install/ipa_restore.py:635: [W0612(unused-variable), Restore.ldif2db] Unused variable 'e')
ipaserver/install/ipa_restore.py:692: [C0209(consider-using-f-string), Restore.bak2db] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_restore.py:752: [W1514(unspecified-encoding), Restore.clear_old_files] Using open without explicitly specifying an encoding)
ipaserver/install/ipa_restore.py:811: [C0209(consider-using-f-string), Restore.extract_backup] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.ipa_cacert_manage
ipaserver/install/ipa_cacert_manage.py:77: [C0209(consider-using-f-string), CACertManage.add_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:120: [C0209(consider-using-f-string), CACertManage.validate_options] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/ipa_cacert_manage.py:252: [C0209(consider-using-f-string), CACertManage.renew_external_step_1] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:263: [C0209(consider-using-f-string), CACertManage.renew_external_step_1] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:309: [C0209(consider-using-f-string), CACertManage.renew_external_step_2] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:320: [C0209(consider-using-f-string), CACertManage.renew_external_step_2] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:383: [C0209(consider-using-f-string), CACertManage.resubmit_request] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:388: [C0209(consider-using-f-string), CACertManage.resubmit_request] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:438: [C0209(consider-using-f-string), CACertManage.install] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:442: [C0209(consider-using-f-string), CACertManage.install] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:471: [C0209(consider-using-f-string), CACertManage.install] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:506: [C0209(consider-using-f-string), CACertManage._delete_by_nickname] Formatting a regular string which could be a f-string)
ipaserver/install/ipa_cacert_manage.py:528: [C0209(consider-using-f-string), CACertManage._delete_by_nickname] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.httpinstance
ipaserver/install/httpinstance.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/httpinstance.py:207: [W1514(unspecified-encoding), HTTPInstance.__configure_http] Using open without explicitly specifying an encoding)
ipaserver/install/httpinstance.py:218: [W1514(unspecified-encoding), HTTPInstance.__configure_http] Using open without explicitly specifying an encoding)
ipaserver/install/httpinstance.py:253: [W1514(unspecified-encoding), HTTPInstance.disable_nss_conf] Using open without explicitly specifying an encoding)
ipaserver/install/httpinstance.py:273: [C0209(consider-using-f-string), HTTPInstance.__disable_mod_ssl_ocsp] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:274: [C0209(consider-using-f-string), HTTPInstance.__disable_mod_ssl_ocsp] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:275: [C0209(consider-using-f-string), HTTPInstance.__disable_mod_ssl_ocsp] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:276: [C0209(consider-using-f-string), HTTPInstance.__disable_mod_ssl_ocsp] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:286: [C0209(consider-using-f-string), HTTPInstance.__disable_mod_ssl_ocsp] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:293: [C0209(consider-using-f-string), HTTPInstance.__add_include] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:297: [C0209(consider-using-f-string), HTTPInstance.__add_include] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:354: [C0209(consider-using-f-string), HTTPInstance.__setup_ssl] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:376: [C0209(consider-using-f-string), HTTPInstance.__setup_ssl] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:444: [C0209(consider-using-f-string), HTTPInstance.configure_mod_ssl_certs] Formatting a regular string which could be a f-string)
ipaserver/install/httpinstance.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/httpinstance.py:483: [W1514(unspecified-encoding), HTTPInstance.create_kdcproxy_conf] Using open without explicitly specifying an encoding)
************* Module ipaserver.install.plugins.update_pacs
ipaserver/install/plugins/update_pacs.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.install.plugins.update_dna_shared_config
ipaserver/install/plugins/update_dna_shared_config.py:94: [C0209(consider-using-f-string), update_dna_shared_config.update_shared_cfg] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.plugins.fix_replica_agreements
ipaserver/install/plugins/fix_replica_agreements.py:109: [C0209(consider-using-f-string), update_replica_attribute_lists._update_attr] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.dogtaginstance
ipaserver/install/dogtaginstance.py:120: [R1735(use-dict-literal), DogtagInstance] Consider using {} instead of dict())
ipaserver/install/dogtaginstance.py:126: [R1735(use-dict-literal), DogtagInstance] Consider using {} instead of dict())
ipaserver/install/dogtaginstance.py:216: [C0209(consider-using-f-string), DogtagInstance.spawn_instance] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:219: [W1514(unspecified-encoding), DogtagInstance.spawn_instance] Using open without explicitly specifying an encoding)
ipaserver/install/dogtaginstance.py:261: [C0209(consider-using-f-string), DogtagInstance.enable_client_auth_to_db] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:305: [C0209(consider-using-f-string), DogtagInstance.uninstall] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:320: [C0209(consider-using-f-string), DogtagInstance.uninstall] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:453: [C0209(consider-using-f-string), DogtagInstance.http_proxy] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:455: [W1514(unspecified-encoding), DogtagInstance.http_proxy] Using open without explicitly specifying an encoding)
ipaserver/install/dogtaginstance.py:503: [C0206(consider-using-dict-items), DogtagInstance.configure_renewal] Consider iterating with .items())
ipaserver/install/dogtaginstance.py:514: [C0209(consider-using-f-string), DogtagInstance.configure_renewal] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:595: [C0209(consider-using-f-string), DogtagInstance.handle_setup_error] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:736: [C0209(consider-using-f-string), DogtagInstance.setup_admin] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:780: [C0209(consider-using-f-string), DogtagInstance.setup_admin] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:806: [C0209(consider-using-f-string), DogtagInstance.backup_config] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:826: [C0209(consider-using-f-string), DogtagInstance.reindex_task] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:901: [C0209(consider-using-f-string), DogtagInstance._configure_clone] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:998: [C0209(consider-using-f-string), PKIIniLoader.__init__] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:1027: [W1514(unspecified-encoding), PKIIniLoader.get_immutable_keys] Using open without explicitly specifying an encoding)
ipaserver/install/dogtaginstance.py:1051: [C0209(consider-using-f-string), PKIIniLoader.verify_pki_config_override] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:1055: [C0209(consider-using-f-string), PKIIniLoader.verify_pki_config_override] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:1060: [W1514(unspecified-encoding), PKIIniLoader.verify_pki_config_override] Using open without explicitly specifying an encoding)
ipaserver/install/dogtaginstance.py:1064: [C0209(consider-using-f-string), PKIIniLoader.verify_pki_config_override] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:1080: [C0209(consider-using-f-string), PKIIniLoader.verify_pki_config_override] Formatting a regular string which could be a f-string)
ipaserver/install/dogtaginstance.py:1111: [W1514(unspecified-encoding), PKIIniLoader._get_default_config] Using open without explicitly specifying an encoding)
ipaserver/install/dogtaginstance.py:1162: [W1514(unspecified-encoding), PKIIniLoader.create_spawn_config] Using open without explicitly specifying an encoding)
ipaserver/install/dogtaginstance.py:1167: [W1514(unspecified-encoding), PKIIniLoader.create_spawn_config] Using open without explicitly specifying an encoding)
************* Module ipaserver.install.plugins.update_managed_permissions
ipaserver/install/plugins/update_managed_permissions.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/update_managed_permissions.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/update_managed_permissions.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/update_managed_permissions.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/update_managed_permissions.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/update_managed_permissions.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/update_managed_permissions.py:676: [C0209(consider-using-f-string), update_managed_permissions.update_entry] Formatting a regular string which could be a f-string)
************* Module ipaserver.plugins.dns
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:455: [C0209(consider-using-f-string), _normalize_bind_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:458: [C0209(consider-using-f-string), _normalize_bind_aci] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:707: [C0209(consider-using-f-string), DNSRecord.__init__] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:710: [C0209(consider-using-f-string), DNSRecord.__init__] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:711: [C0209(consider-using-f-string), DNSRecord.__init__] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:924: [C0209(consider-using-f-string), ForwardRecord.dnsrecord_add_pre_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:928: [C0209(consider-using-f-string), ForwardRecord.dnsrecord_add_post_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:933: [C0209(consider-using-f-string), ForwardRecord.dnsrecord_add_post_callback] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:1075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1482: [C0209(consider-using-f-string), _normalize_uri_target] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:1629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1639: [C0209(consider-using-f-string), _convert_to_idna] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:1640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1892: [C0209(consider-using-f-string), _find_subtree_forward_zones_ldap] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:1994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:1997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2081: [C0209(consider-using-f-string), DNSZoneBase.get_dn] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:2088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2088: [C0209(consider-using-f-string), DNSZoneBase.permission_name] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:2169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:2926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:3135: [C0206(consider-using-dict-items), dnsrecord._ptrrecord_pre_callback] Consider iterating with .items())
ipaserver/plugins/dns.py:3173: [C0209(consider-using-f-string), dnsrecord.run_precallback_validators] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:3203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:3256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:3257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:3504: [C0209(consider-using-f-string), dnsrecord.wait_for_modified_attrs] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:3565: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipaserver/plugins/dns.py:3611: [C0206(consider-using-dict-items), dnsrecord_add.pre_callback] Consider iterating with .items())
ipaserver/plugins/dns.py:3788: [C0206(consider-using-dict-items), dnsrecord_mod.pre_callback] Consider iterating with .items())
ipaserver/plugins/dns.py:4127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:4127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:4127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:4202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:4291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:4395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:4396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:4445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/plugins/dns.py:4446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.install.installutils
ipaserver/install/installutils.py:146: [C0209(consider-using-f-string), verify_fqdn] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:149: [C0209(consider-using-f-string), verify_fqdn] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:158: [C0209(consider-using-f-string), verify_fqdn] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:167: [C0209(consider-using-f-string), verify_fqdn] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:205: [C0209(consider-using-f-string), verify_fqdn] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:236: [W1514(unspecified-encoding), record_in_hosts] Using open without explicitly specifying an encoding)
ipaserver/install/installutils.py:256: [C0209(consider-using-f-string), record_in_hosts] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:262: [W1514(unspecified-encoding), add_record_to_hosts] Using open without explicitly specifying an encoding)
ipaserver/install/installutils.py:280: [C0209(consider-using-f-string), read_ip_addresses] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:295: [C0209(consider-using-f-string), read_dns_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:303: [C0209(consider-using-f-string), read_dns_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:320: [C0209(consider-using-f-string), read_dns_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:321: [C0209(consider-using-f-string), read_dns_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:325: [C0209(consider-using-f-string), read_dns_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:326: [C0209(consider-using-f-string), read_dns_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:329: [C0209(consider-using-f-string), read_dns_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:335: [C0209(consider-using-f-string), read_dns_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:406: [C0209(consider-using-f-string), update_file] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:417: [C0209(consider-using-f-string), update_file] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:461: [R1714(consider-using-in), resolve_ip_addresses_nss] Consider merging these comparisons with "in" to 'ex.errno in (socket.EAI_NODATA, socket.EAI_NONAME)')
ipaserver/install/installutils.py:560: [C0209(consider-using-f-string), get_server_ip_address] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:575: [C0209(consider-using-f-string), get_server_ip_address] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:578: [C0209(consider-using-f-string), get_server_ip_address] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:597: [C0209(consider-using-f-string), update_hosts_file] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:699: [W1514(unspecified-encoding), read_replica_info_dogtag_port] Using open without explicitly specifying an encoding)
ipaserver/install/installutils.py:847: [C0209(consider-using-f-string), handle_error] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:855: [C0209(consider-using-f-string), handle_error] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:868: [C0209(consider-using-f-string), handle_error] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:871: [C0209(consider-using-f-string), handle_error] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:929: [C0209(consider-using-f-string), load_pkcs12] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:940: [C0209(consider-using-f-string), load_pkcs12] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:948: [C0209(consider-using-f-string), load_pkcs12] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:956: [C0209(consider-using-f-string), load_pkcs12] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:985: [C0209(consider-using-f-string), stopped_service] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1016: [W1514(unspecified-encoding), check_entropy] Using open without explicitly specifying an encoding)
ipaserver/install/installutils.py:1048: [W1514(unspecified-encoding), in_container] Using open without explicitly specifying an encoding)
ipaserver/install/installutils.py:1053: [W1514(unspecified-encoding), in_container] Using open without explicitly specifying an encoding)
ipaserver/install/installutils.py:1107: [W1514(unspecified-encoding), check_available_memory] Using open without explicitly specifying an encoding)
ipaserver/install/installutils.py:1109: [W1514(unspecified-encoding), check_available_memory] Using open without explicitly specifying an encoding)
ipaserver/install/installutils.py:1134: [C0209(consider-using-f-string), check_available_memory] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1173: [C0209(consider-using-f-string), load_external_cert] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1185: [C0209(consider-using-f-string), load_external_cert] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1198: [C0209(consider-using-f-string), load_external_cert] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1250: [C0209(consider-using-f-string), check_version] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1263: [C0209(consider-using-f-string), check_version] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1268: [C0209(consider-using-f-string), check_version] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1311: [C0209(consider-using-f-string), check_creds] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1329: [C0209(consider-using-f-string), check_creds] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1335: [C0209(consider-using-f-string), check_creds] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1341: [C0209(consider-using-f-string), check_creds] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1349: [C0209(consider-using-f-string), check_creds] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1360: [C0209(consider-using-f-string), check_creds] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1451: [C0209(consider-using-f-string), ModifyLDIF.modifications_from_ldif] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1463: [C0209(consider-using-f-string), ModifyLDIF.modifications_from_ldif] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1491: [C0209(consider-using-f-string), ModifyLDIF.handle] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1560: [C0209(consider-using-f-string), validate_mask] Formatting a regular string which could be a f-string)
ipaserver/install/installutils.py:1587: [C0209(consider-using-f-string), get_replication_plugin_name] Formatting a regular string which could be a f-string)
************* Module ipaserver.dnssec.syncrepl
ipaserver/dnssec/syncrepl.py:51: [W0237(arguments-renamed), SyncReplConsumer.syncrepl_entry] Parameter 'attrs' has been renamed to 'attributes' in overridden 'SyncReplConsumer.syncrepl_entry' method)
************* Module ipaserver.install.plugins.fix_kra_people_entry
ipaserver/install/plugins/fix_kra_people_entry.py:49: [C0209(consider-using-f-string), fix_kra_people_entry.execute] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/fix_kra_people_entry.py:68: [C0209(consider-using-f-string), fix_kra_people_entry.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.bindinstance
ipaserver/install/bindinstance.py:105: [W1514(unspecified-encoding), named_conf_exists] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:131: [C0209(consider-using-f-string), named_conf_get_directive] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:133: [W1514(unspecified-encoding), named_conf_get_directive] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:180: [C0209(consider-using-f-string), named_conf_set_directive] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:182: [W1514(unspecified-encoding), named_conf_set_directive] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:219: [W1514(unspecified-encoding), named_conf_set_directive] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:229: [W1514(unspecified-encoding), named_conf_include_exists] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:243: [W1514(unspecified-encoding), named_conf_add_include] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:359: [C0209(consider-using-f-string), add_zone] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:380: [C0209(consider-using-f-string), add_rr] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:410: [C0209(consider-using-f-string), del_rr] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:430: [C0209(consider-using-f-string), get_rr] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:454: [C0209(consider-using-f-string), zonemgr_callback] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:502: [C0209(consider-using-f-string), check_reverse_zones] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:532: [C0209(consider-using-f-string), check_reverse_zones] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:555: [C0209(consider-using-f-string), check_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:563: [C0209(consider-using-f-string), check_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:567: [C0209(consider-using-f-string), check_forwarders] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:609: [C0209(consider-using-f-string), DnsBackup.add] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:612: [C0209(consider-using-f-string), DnsBackup.add] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:613: [C0209(consider-using-f-string), DnsBackup.add] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:623: [C0209(consider-using-f-string), DnsBackup.clear_records] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:629: [C0209(consider-using-f-string), DnsBackup.clear_records] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:635: [C0209(consider-using-f-string), DnsBackup.clear_records] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:686: [C0209(consider-using-f-string), BindInstance.setup] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:869: [C0209(consider-using-f-string), BindInstance._setup_sub_dict] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:903: [C0209(consider-using-f-string), BindInstance.__fix_dns_privilege_members] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:1066: [W1514(unspecified-encoding), BindInstance.setup_named_conf] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:1080: [W1514(unspecified-encoding), BindInstance.setup_named_conf] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:1103: [W1514(unspecified-encoding), BindInstance.setup_named_conf] Using open without explicitly specifying an encoding)
ipaserver/install/bindinstance.py:1171: [C0209(consider-using-f-string), BindInstance.add_master_dns_records] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:1193: [C0209(consider-using-f-string), BindInstance.remove_ipa_ca_cnames] Formatting a regular string which could be a f-string)
ipaserver/install/bindinstance.py:1262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:1301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/bindinstance.py:1326: [C0209(consider-using-f-string), BindInstance.uninstall] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.server.install
ipaserver/install/server/install.py:72: [C0209(consider-using-f-string), validate_dm_password] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:73: [C0209(consider-using-f-string), validate_dm_password] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:97: [C0209(consider-using-f-string), validate_admin_password] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:98: [C0209(consider-using-f-string), validate_admin_password] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:108: [W1514(unspecified-encoding), get_min_idstart] Using open without explicitly specifying an encoding)
ipaserver/install/server/install.py:129: [C0209(consider-using-f-string), read_cache] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:137: [C0209(consider-using-f-string), read_cache] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:145: [C0209(consider-using-f-string), read_cache] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:148: [C0209(consider-using-f-string), read_cache] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:135: [W0612(unused-variable), read_cache] Unused variable 'e')
ipaserver/install/server/install.py:167: [C0209(consider-using-f-string), write_cache] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:176: [C0209(consider-using-f-string), write_cache] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:281: [C0209(consider-using-f-string), common_cleanup.decorated] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:357: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:361: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:363: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:409: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:431: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:469: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:519: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:532: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:643: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:722: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:723: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:724: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:725: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:734: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:738: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:739: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:760: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:763: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:919: [W1514(unspecified-encoding), install] Using open without explicitly specifying an encoding)
ipaserver/install/server/install.py:1143: [C0209(consider-using-f-string), uninstall_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/install.py:1150: [C0209(consider-using-f-string), uninstall_check] Formatting a regular string which could be a f-string)
************* Module ipaserver.dnssec._ods21
ipaserver/dnssec/_ods21.py:40: [R1735(use-dict-literal), ODSDBConnection.get_keys_for_zone] Consider using {} instead of dict())
************* Module ipaserver.dnssec.localhsm
ipaserver/dnssec/localhsm.py:24: [W1512(deprecated-class), ] Using deprecated class MutableMapping of module collections)
ipaserver/dnssec/localhsm.py:48: [C0209(consider-using-f-string), Key.__init__] Formatting a regular string which could be a f-string)
ipaserver/dnssec/localhsm.py:56: [C0209(consider-using-f-string), Key.__init__] Formatting a regular string which could be a f-string)
ipaserver/dnssec/localhsm.py:124: [C0209(consider-using-f-string), LocalHSM.find_keys] Formatting a regular string which could be a f-string)
ipaserver/dnssec/localhsm.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/dnssec/localhsm.py:149: [C0209(consider-using-f-string), LocalHSM.master_keys] Formatting a regular string which could be a f-string)
ipaserver/dnssec/localhsm.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/dnssec/localhsm.py:202: [W1514(unspecified-encoding), ] Using open without explicitly specifying an encoding)
************* Module ipaserver.dnssec.abshsm
ipaserver/dnssec/abshsm.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.install.server
ipaserver/install/server/__init__.py:254: [C0209(consider-using-f-string), ServerInstallInterface.domain_level] Formatting a regular string which could be a f-string)
ipaserver/install/server/__init__.py:258: [C0209(consider-using-f-string), ServerInstallInterface.domain_level] Formatting a regular string which could be a f-string)
ipaserver/install/server/__init__.py:342: [C0209(consider-using-f-string), ServerInstallInterface.dirsrv_config_file] Formatting a regular string which could be a f-string)
ipaserver/install/server/__init__.py:486: [C0209(consider-using-f-string), ServerInstallInterface.__init__] Formatting a regular string which could be a f-string)
ipaserver/install/server/__init__.py:494: [C0209(consider-using-f-string), ServerInstallInterface.__init__] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.dsinstance
ipaserver/install/dsinstance.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/dsinstance.py:486: [C0209(consider-using-f-string), DsInstance.__configure_sasl_mappings] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:603: [W1514(unspecified-encoding), DsInstance.__update_dse_ldif] Using open without explicitly specifying an encoding)
ipaserver/install/dsinstance.py:607: [W1514(unspecified-encoding), DsInstance.__update_dse_ldif] Using open without explicitly specifying an encoding)
ipaserver/install/dsinstance.py:695: [C0209(consider-using-f-string), DsInstance.init_memberof] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:710: [C0209(consider-using-f-string), DsInstance.apply_updates] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:778: [W1514(unspecified-encoding), DsInstance.configure_systemd_ipa_env] Using open without explicitly specifying an encoding)
ipaserver/install/dsinstance.py:825: [C0209(consider-using-f-string), DsInstance.__enable_ssl] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:834: [C0209(consider-using-f-string), DsInstance.__enable_ssl] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:844: [C0209(consider-using-f-string), DsInstance.__enable_ssl] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:855: [C0209(consider-using-f-string), DsInstance.__enable_ssl] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:1001: [C0209(consider-using-f-string), DsInstance.__setup_s4u2proxy.__add_principal] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:1044: [C0209(consider-using-f-string), DsInstance.change_admin_password] Formatting a regular string which could be a f-string)
ipaserver/install/dsinstance.py:1149: [W1514(unspecified-encoding), DsInstance.get_server_cert_nickname] Using open without explicitly specifying an encoding)
ipaserver/install/dsinstance.py:1185: [C0209(consider-using-f-string), DsInstance.start_tracking_certificates] Formatting a regular string which could be a f-string)
************* Module ipaserver.custodia.log
ipaserver/custodia/log.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/log.py:36: [C0209(consider-using-f-string), CustodiaFormatter.format] Formatting a regular string which could be a f-string)
ipaserver/custodia/log.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/log.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/log.py:44: [C0209(consider-using-f-string), CustodiaFormatter.format] Formatting a regular string which could be a f-string)
ipaserver/custodia/log.py:52: [C0209(consider-using-f-string), CustodiaLoggingAdapter.__init__] Formatting a regular string which could be a f-string)
************* Module ipaserver.dnssec.ldapkeydb
ipaserver/dnssec/ldapkeydb.py:31: [W1512(deprecated-class), ] Using deprecated class MutableMapping of module collections)
ipaserver/dnssec/ldapkeydb.py:53: [C0209(consider-using-f-string), ldap_bool] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/dnssec/ldapkeydb.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/dnssec/ldapkeydb.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/dnssec/ldapkeydb.py:117: [C0209(consider-using-f-string), get_default_attrs] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:147: [C0209(consider-using-f-string), Key.__assert_not_deleted] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:179: [C0209(consider-using-f-string), Key.__repr__] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:191: [C0206(consider-using-dict-items), Key._cleanup_key] Consider iterating with .items())
ipaserver/dnssec/ldapkeydb.py:268: [C0209(consider-using-f-string), MasterKey.add_wrapped_data] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:271: [C0209(consider-using-f-string), MasterKey.add_wrapped_data] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:310: [C0206(consider-using-dict-items), LdapKeyDB._get_key_dict] Consider iterating with .items())
ipaserver/dnssec/ldapkeydb.py:315: [C0209(consider-using-f-string), LdapKeyDB._get_key_dict] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:320: [C0209(consider-using-f-string), LdapKeyDB._get_key_dict] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:326: [C0209(consider-using-f-string), LdapKeyDB._get_key_dict] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:330: [C0209(consider-using-f-string), LdapKeyDB._get_key_dict] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:374: [C0209(consider-using-f-string), LdapKeyDB._import_keys_metadata] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:395: [C0209(consider-using-f-string), LdapKeyDB.import_zone_key] Formatting a regular string which could be a f-string)
ipaserver/dnssec/ldapkeydb.py:437: [C0209(consider-using-f-string), LdapKeyDB.master_keys] Formatting a regular string which could be a f-string)
************* Module ipaserver.dnssec.odsmgr
ipaserver/dnssec/odsmgr.py:28: [R1735(use-dict-literal), ZoneListReader.__init__] Consider using {} instead of dict())
ipaserver/dnssec/odsmgr.py:37: [C0209(consider-using-f-string), ZoneListReader._add_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:40: [C0209(consider-using-f-string), ZoneListReader._add_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:54: [C0209(consider-using-f-string), ZoneListReader._del_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:56: [C0209(consider-using-f-string), ZoneListReader._del_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:58: [C0209(consider-using-f-string), ZoneListReader._del_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:100: [C0209(consider-using-f-string), ODSZoneListReader._parse_ipa_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:111: [C0209(consider-using-f-string), LDAPZoneListReader.process_ipa_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:114: [C0209(consider-using-f-string), LDAPZoneListReader.process_ipa_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:116: [C0209(consider-using-f-string), LDAPZoneListReader.process_ipa_zone] Formatting a regular string which could be a f-string)
ipaserver/dnssec/odsmgr.py:154: [W1514(unspecified-encoding), ODSMgr.get_ods_zonelist] Using open without explicitly specifying an encoding)
ipaserver/dnssec/odsmgr.py:161: [C0209(consider-using-f-string), ODSMgr.add_ods_zone] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.plugins.adtrust
ipaserver/install/plugins/adtrust.py:71: [C0209(consider-using-f-string), update_default_range.execute] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/adtrust.py:84: [C0209(consider-using-f-string), update_default_range.execute] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/adtrust.py:126: [C0209(consider-using-f-string), update_default_range.execute] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/adtrust.py:219: [C0209(consider-using-f-string), update_sigden_extdom_broken_config._fix_config] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/adtrust.py:315: [C0209(consider-using-f-string), update_sids.execute] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/adtrust.py:407: [C0209(consider-using-f-string), update_tdo_gidnumber.execute] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/adtrust.py:867: [R1735(use-dict-literal), update_tdo_default_read_keys_permissions.execute] Consider using {} instead of dict())
ipaserver/install/plugins/adtrust.py:918: [C0209(consider-using-f-string), update_adtrust_agents_members.execute] Formatting a regular string which could be a f-string)
************* Module ipaserver.dnssec.keysyncer
ipaserver/dnssec/keysyncer.py:65: [C0209(consider-using-f-string), KeySyncer.__get_signing_attr] Formatting a regular string which could be a f-string)
ipaserver/dnssec/keysyncer.py:79: [W0237(arguments-renamed), KeySyncer.application_add] Parameter 'attributes' has been renamed to 'newattrs' in overridden 'KeySyncer.application_add' method)
ipaserver/dnssec/keysyncer.py:89: [W0237(arguments-renamed), KeySyncer.application_del] Parameter 'previous_attributes' has been renamed to 'oldattrs' in overridden 'KeySyncer.application_del' method)
ipaserver/dnssec/keysyncer.py:99: [W0237(arguments-renamed), KeySyncer.application_sync] Parameter 'attributes' has been renamed to 'newattrs' in overridden 'KeySyncer.application_sync' method)
ipaserver/dnssec/keysyncer.py:99: [W0237(arguments-renamed), KeySyncer.application_sync] Parameter 'previous_attributes' has been renamed to 'oldattrs' in overridden 'KeySyncer.application_sync' method)
************* Module ipaserver.custodia.server.args
ipaserver/custodia/server/args.py:40: [C0209(consider-using-f-string), instance_name] Formatting a regular string which could be a f-string)
************* Module ipaserver.custodia.plugin
ipaserver/custodia/plugin.py:37: [C0209(consider-using-f-string), INHERIT_GLOBAL.__repr__] Formatting a regular string which could be a f-string)
ipaserver/custodia/plugin.py:51: [C0209(consider-using-f-string), HTTPError.__init__] Formatting a regular string which could be a f-string)
ipaserver/custodia/plugin.py:92: [C0209(consider-using-f-string), OptionHandler.get] Formatting a regular string which could be a f-string)
ipaserver/custodia/plugin.py:332: [C0209(consider-using-f-string), CustodiaPlugin._configure] Formatting a regular string which could be a f-string)
ipaserver/custodia/plugin.py:335: [C0209(consider-using-f-string), CustodiaPlugin._configure] Formatting a regular string which could be a f-string)
ipaserver/custodia/plugin.py:360: [C0209(consider-using-f-string), CustodiaPlugin._attach_store] Formatting a regular string which could be a f-string)
ipaserver/custodia/plugin.py:430: [R1735(use-dict-literal), HTTPConsumer.__init__] Consider using {} instead of dict())
ipaserver/custodia/plugin.py:461: [R1735(use-dict-literal), HTTPConsumer.handle] Consider using {} instead of dict())
************* Module ipaserver.custodia.secrets
ipaserver/custodia/secrets.py:266: [C0209(consider-using-f-string), Secrets._client_name] Formatting a regular string which could be a f-string)
************* Module ipaserver.dnssec.bindmgr
ipaserver/dnssec/bindmgr.py:60: [C0209(consider-using-f-string), BINDMgr.dn2zone_name] Formatting a regular string which could be a f-string)
ipaserver/dnssec/bindmgr.py:85: [C0209(consider-using-f-string), BINDMgr.dates2params] Formatting a regular string which could be a f-string)
ipaserver/dnssec/bindmgr.py:148: [C0209(consider-using-f-string), BINDMgr.install_key] Formatting a regular string which could be a f-string)
ipaserver/dnssec/bindmgr.py:151: [W1514(unspecified-encoding), BINDMgr.install_key] Using open without explicitly specifying an encoding)
ipaserver/dnssec/bindmgr.py:151: [C0209(consider-using-f-string), BINDMgr.install_key] Formatting a regular string which could be a f-string)
ipaserver/dnssec/bindmgr.py:153: [W1514(unspecified-encoding), BINDMgr.install_key] Using open without explicitly specifying an encoding)
ipaserver/dnssec/bindmgr.py:153: [C0209(consider-using-f-string), BINDMgr.install_key] Formatting a regular string which could be a f-string)
ipaserver/dnssec/bindmgr.py:175: [C0209(consider-using-f-string), BINDMgr.get_zone_dir_name] Formatting a regular string which could be a f-string)
ipaserver/dnssec/bindmgr.py:207: [C0209(consider-using-f-string), BINDMgr.sync_zone] Formatting a regular string which could be a f-string)
************* Module ipaserver.custodia.message.formats
ipaserver/custodia/message/formats.py:40: [C0209(consider-using-f-string), Validator.parse] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/formats.py:50: [C0209(consider-using-f-string), Validator.parse] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/formats.py:56: [C0209(consider-using-f-string), Validator.parse] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/formats.py:59: [C0209(consider-using-f-string), Validator.parse] Formatting a regular string which could be a f-string)
************* Module ipaserver.custodia.server.config
ipaserver/custodia/server/config.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:76: [W1514(unspecified-encoding), CustodiaConfig.read_configs] Using open without explicitly specifying an encoding)
ipaserver/custodia/server/config.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:101: [C0209(consider-using-f-string), CustodiaConfig.populate_config] Formatting a regular string which could be a f-string)
ipaserver/custodia/server/config.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/custodia/server/config.py:132: [C0209(consider-using-f-string), CustodiaConfig.populate_config] Formatting a regular string which could be a f-string)
ipaserver/custodia/server/config.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaserver.install.plugins.dns
ipaserver/install/plugins/dns.py:45: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:51: [C0209(consider-using-f-string), DNSUpdater.__init__] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/dns.py:73: [W1514(unspecified-encoding), DNSUpdater.ldif_writer] Using open without explicitly specifying an encoding)
ipaserver/install/plugins/dns.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:239: [C0209(consider-using-f-string), update_dns_limits.execute] Formatting a regular string which could be a f-string)
ipaserver/install/plugins/dns.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/plugins/dns.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipapython.kernel_keyring
ipapython/kernel_keyring.py:58: [C0209(consider-using-f-string), get_real_key] Formatting a regular string which could be a f-string)
ipapython/kernel_keyring.py:73: [C0209(consider-using-f-string), get_persistent_key] Formatting a regular string which could be a f-string)
ipapython/kernel_keyring.py:117: [C0209(consider-using-f-string), read_key] Formatting a regular string which could be a f-string)
ipapython/kernel_keyring.py:133: [C0209(consider-using-f-string), update_key] Formatting a regular string which could be a f-string)
ipapython/kernel_keyring.py:145: [C0209(consider-using-f-string), add_key] Formatting a regular string which could be a f-string)
ipapython/kernel_keyring.py:149: [C0209(consider-using-f-string), add_key] Formatting a regular string which could be a f-string)
ipapython/kernel_keyring.py:161: [C0209(consider-using-f-string), del_key] Formatting a regular string which could be a f-string)
************* Module ipaserver.advise.base
ipaserver/advise/base.py:169: [C0209(consider-using-f-string), IfBranch.begin_statement] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:182: [C0209(consider-using-f-string), ElseIfBranch.begin_statement] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:217: [C0209(consider-using-f-string), ForLoop.begin_statement] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:279: [C0209(consider-using-f-string), _AdviceOutput.indent_statement] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:294: [C0209(consider-using-f-string), _AdviceOutput._format_error] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:327: [C0209(consider-using-f-string), _AdviceOutput.install_packages] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:330: [C0209(consider-using-f-string), _AdviceOutput.install_packages] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:341: [C0209(consider-using-f-string), _AdviceOutput.remove_package] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:344: [C0209(consider-using-f-string), _AdviceOutput.remove_package] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:461: [E0702(raising-bad-type), IpaAdvise.validate_options] Raising NoneType while only classes or instances are allowed)
ipaserver/advise/base.py:479: [C0209(consider-using-f-string), IpaAdvise.print_config_list] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:487: [C0209(consider-using-f-string), IpaAdvise.print_config_list] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:511: [C0209(consider-using-f-string), IpaAdvise.print_advice] Formatting a regular string which could be a f-string)
ipaserver/advise/base.py:519: [C0209(consider-using-f-string), IpaAdvise.print_advice] Formatting a regular string which could be a f-string)
************* Module ipapython.ssh
ipapython/ssh.py:58: [C0209(consider-using-f-string), SSHPublicKey.__init__] Formatting a regular string which could be a f-string)
ipapython/ssh.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ssh.py:183: [C0209(consider-using-f-string), SSHPublicKey.openssh] Formatting a regular string which could be a f-string)
ipapython/ssh.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ssh.py:194: [C0209(consider-using-f-string), SSHPublicKey.openssh] Formatting a regular string which could be a f-string)
ipapython/ssh.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ssh.py:197: [C0209(consider-using-f-string), SSHPublicKey.openssh] Formatting a regular string which could be a f-string)
ipapython/ssh.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ssh.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ssh.py:200: [C0209(consider-using-f-string), SSHPublicKey.openssh] Formatting a regular string which could be a f-string)
ipapython/ssh.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ssh.py:203: [C0209(consider-using-f-string), SSHPublicKey.openssh] Formatting a regular string which could be a f-string)
ipapython/ssh.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ssh.py:210: [C0209(consider-using-f-string), SSHPublicKey.fingerprint_hex_sha256] Formatting a regular string which could be a f-string)
ipapython/ssh.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ssh.py:224: [C0209(consider-using-f-string), SSHPublicKey._fingerprint_dns] Formatting a regular string which could be a f-string)
************* Module ipaserver.advise.plugins.legacy_clients
ipaserver/advise/plugins/legacy_clients.py:37: [C0209(consider-using-f-string), config_base_legacy_client.get_uri_and_base] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:38: [C0209(consider-using-f-string), config_base_legacy_client.get_uri_and_base] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:58: [C0209(consider-using-f-string), config_base_legacy_client.configure_ca_cert] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:64: [C0209(consider-using-f-string), config_base_legacy_client.configure_ca_cert] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:83: [C0209(consider-using-f-string), config_base_legacy_client.configure_and_start_sssd] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:139: [W1514(unspecified-encoding), config_generic_linux_sssd_before_1_9.get_info] Using open without explicitly specifying an encoding)
ipaserver/advise/plugins/legacy_clients.py:164: [C0209(consider-using-f-string), config_generic_linux_sssd_before_1_9.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:203: [C0209(consider-using-f-string), config_redhat_nss_pam_ldapd.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:229: [W1514(unspecified-encoding), config_generic_linux_nss_pam_ldapd.get_info] Using open without explicitly specifying an encoding)
ipaserver/advise/plugins/legacy_clients.py:236: [C0209(consider-using-f-string), config_generic_linux_nss_pam_ldapd.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:257: [C0209(consider-using-f-string), config_generic_linux_nss_pam_ldapd.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:261: [C0209(consider-using-f-string), config_generic_linux_nss_pam_ldapd.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:265: [C0209(consider-using-f-string), config_generic_linux_nss_pam_ldapd.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:296: [W1514(unspecified-encoding), config_freebsd_nss_pam_ldapd.get_info] Using open without explicitly specifying an encoding)
ipaserver/advise/plugins/legacy_clients.py:315: [C0209(consider-using-f-string), config_freebsd_nss_pam_ldapd.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:323: [C0209(consider-using-f-string), config_freebsd_nss_pam_ldapd.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:336: [C0209(consider-using-f-string), config_freebsd_nss_pam_ldapd.get_info] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:344: [C0209(consider-using-f-string), config_freebsd_nss_pam_ldapd.configure_ca_cert] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/legacy_clients.py:371: [C0209(consider-using-f-string), config_redhat_nss_ldap.get_info] Formatting a regular string which could be a f-string)
************* Module ipaserver.custodia.server
ipaserver/custodia/server/__init__.py:30: [C0209(consider-using-f-string), attach_store] Formatting a regular string which could be a f-string)
ipaserver/custodia/server/__init__.py:39: [C0209(consider-using-f-string), _load_plugin_class] Formatting a regular string which could be a f-string)
ipaserver/custodia/server/__init__.py:43: [C0209(consider-using-f-string), _load_plugin_class] Formatting a regular string which could be a f-string)
ipaserver/custodia/server/__init__.py:57: [C0209(consider-using-f-string), _load_plugin_class] Formatting a regular string which could be a f-string)
ipaserver/custodia/server/__init__.py:69: [C0209(consider-using-f-string), _create_plugin] Formatting a regular string which could be a f-string)
ipaserver/custodia/server/__init__.py:71: [C0209(consider-using-f-string), _create_plugin] Formatting a regular string which could be a f-string)
ipaserver/custodia/server/__init__.py:114: [C0209(consider-using-f-string), _load_plugins] Formatting a regular string which could be a f-string)
************* Module ipapython.errors
ipapython/errors.py:31: [C0209(consider-using-f-string), SetseboolError.__init__] Formatting a regular string which could be a f-string)
ipapython/errors.py:32: [C0209(consider-using-f-string), SetseboolError.__init__] Formatting a regular string which could be a f-string)
************* Module ipaserver.advise.plugins.smart_card_auth
ipaserver/advise/plugins/smart_card_auth.py:41: [C0209(consider-using-f-string), common_smart_card_auth_config.check_and_set_ca_cert_paths] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:43: [C0209(consider-using-f-string), common_smart_card_auth_config.check_and_set_ca_cert_paths] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:48: [C0209(consider-using-f-string), common_smart_card_auth_config.check_and_set_ca_cert_paths] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:50: [C0209(consider-using-f-string), common_smart_card_auth_config.check_and_set_ca_cert_paths] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:51: [C0209(consider-using-f-string), common_smart_card_auth_config.check_and_set_ca_cert_paths] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:62: [C0209(consider-using-f-string), common_smart_card_auth_config.upload_smartcard_ca_certificates_to_systemwide_db] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:64: [C0209(consider-using-f-string), common_smart_card_auth_config.upload_smartcard_ca_certificates_to_systemwide_db] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:70: [C0209(consider-using-f-string), common_smart_card_auth_config.upload_smartcard_ca_certificates_to_systemwide_db] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:78: [C0209(consider-using-f-string), common_smart_card_auth_config.install_smart_card_signing_ca_certs] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:80: [C0209(consider-using-f-string), common_smart_card_auth_config.install_smart_card_signing_ca_certs] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:146: [C0209(consider-using-f-string), config_server_for_smart_card_auth.resolve_ipaca_records] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:190: [C0209(consider-using-f-string), config_server_for_smart_card_auth.restart_httpd] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:196: [C0209(consider-using-f-string), config_server_for_smart_card_auth.record_httpd_ocsp_status] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:225: [C0209(consider-using-f-string), config_server_for_smart_card_auth.allow_httpd_ifp] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:239: [C0209(consider-using-f-string), config_server_for_smart_card_auth.restart_kdc] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:313: [C0209(consider-using-f-string), config_client_for_smart_card_auth.add_pkcs11_module_to_systemwide_db] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:317: [C0209(consider-using-f-string), config_client_for_smart_card_auth.add_pkcs11_module_to_systemwide_db] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:329: [C0209(consider-using-f-string), config_client_for_smart_card_auth.run_authselect_to_configure_smart_card_auth] Formatting a regular string which could be a f-string)
ipaserver/advise/plugins/smart_card_auth.py:355: [C0209(consider-using-f-string), config_client_for_smart_card_auth.configure_pam_cert_auth] Formatting a regular string which could be a f-string)
************* Module ipapython.graph
ipapython/graph.py:18: [R1735(use-dict-literal), Graph.__init__] Consider using {} instead of dict())
ipapython/graph.py:39: [C0209(consider-using-f-string), Graph.remove_edge] Formatting a regular string which could be a f-string)
ipapython/graph.py:48: [C0209(consider-using-f-string), Graph.remove_vertex] Formatting a regular string which could be a f-string)
************* Module ipapython.kerberos
ipapython/kerberos.py:71: [C0209(consider-using-f-string), Principal.__init__] Formatting a regular string which could be a f-string)
ipapython/kerberos.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/kerberos.py:203: [C0209(consider-using-f-string), Principal.__repr__] Formatting a regular string which could be a f-string)
************* Module ipapython.ipa_log_manager
ipapython/ipa_log_manager.py:118: [C0209(consider-using-f-string), convert_log_level] Formatting a regular string which could be a f-string)
************* Module ipapython.directivesetter
ipapython/directivesetter.py:31: [W1514(unspecified-encoding), DirectiveSetter.__enter__] Using open without explicitly specifying an encoding)
ipapython/directivesetter.py:46: [W1514(unspecified-encoding), DirectiveSetter.__exit__] Using open without explicitly specifying an encoding)
ipapython/directivesetter.py:113: [W1514(unspecified-encoding), set_directive] Using open without explicitly specifying an encoding)
ipapython/directivesetter.py:119: [W1514(unspecified-encoding), set_directive] Using open without explicitly specifying an encoding)
ipapython/directivesetter.py:147: [C0209(consider-using-f-string), set_directive_lines] Formatting a regular string which could be a f-string)
ipapython/directivesetter.py:148: [C0209(consider-using-f-string), set_directive_lines] Formatting a regular string which could be a f-string)
ipapython/directivesetter.py:186: [W1514(unspecified-encoding), get_directive] Using open without explicitly specifying an encoding)
ipapython/directivesetter.py:192: [C0209(consider-using-f-string), get_directive] Formatting a regular string which could be a f-string)
ipapython/directivesetter.py:196: [C0209(consider-using-f-string), get_directive] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.server.upgrade
ipaserver/install/server/upgrade.py:131: [W1514(unspecified-encoding), update_conf] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:145: [C0209(consider-using-f-string), find_autoredirect] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:187: [C0209(consider-using-f-string), upgrade_file] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:232: [W1514(unspecified-encoding), update_dbmodules] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:249: [C0209(consider-using-f-string), update_dbmodules] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:253: [C0209(consider-using-f-string), update_dbmodules] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:256: [C0209(consider-using-f-string), update_dbmodules] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:261: [W1514(unspecified-encoding), update_dbmodules] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:409: [C0209(consider-using-f-string), ca_enable_ldap_profile_subsystem] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:423: [C0209(consider-using-f-string), ca_enable_ldap_profile_subsystem] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:492: [C0209(consider-using-f-string), ca_add_default_ocsp_uri] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:572: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:574: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:585: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:586: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:603: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:622: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:622: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:634: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:636: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:660: [C0209(consider-using-f-string), certificate_renewal_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:898: [W1514(unspecified-encoding), uninstall_selfsign] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:925: [W1514(unspecified-encoding), uninstall_dogtag_9] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:991: [W1514(unspecified-encoding), fix_schema_file_syntax] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:1002: [W1514(unspecified-encoding), fix_schema_file_syntax] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:1009: [W1514(unspecified-encoding), fix_schema_file_syntax] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:1018: [W1514(unspecified-encoding), fix_schema_file_syntax] Using open without explicitly specifying an encoding)
ipaserver/install/server/upgrade.py:1035: [C0209(consider-using-f-string), sssd_update] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1064: [C0209(consider-using-f-string), remove_ds_ra_cert] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1197: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1200: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1201: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1204: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1205: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1208: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1209: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1210: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1212: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1215: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1216: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1218: [C0209(consider-using-f-string), setup_pkinit] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/upgrade.py:1332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/upgrade.py:1314: [W0612(unused-variable), ntpd_cleanup] Unused variable 'e')
ipaserver/install/server/upgrade.py:1376: [C0209(consider-using-f-string), migrate_to_authselect] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/upgrade.py:1383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/upgrade.py:1387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/upgrade.py:1400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/upgrade.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/upgrade.py:1403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/upgrade.py:1420: [C0209(consider-using-f-string), add_admin_root_alias] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1710: [C0209(consider-using-f-string), upgrade_configuration] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1953: [C0209(consider-using-f-string), upgrade_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/upgrade.py:1976: [C0209(consider-using-f-string), empty_ccache] Formatting a regular string which could be a f-string)
************* Module ipapython.ipachangeconf
ipapython/ipachangeconf.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipachangeconf.py:189: [C0209(consider-using-f-string), IPAChangeConf.dump] Formatting a regular string which could be a f-string)
ipapython/ipachangeconf.py:203: [C0209(consider-using-f-string), IPAChangeConf.dump] Formatting a regular string which could be a f-string)
ipapython/ipachangeconf.py:221: [R1735(use-dict-literal), IPAChangeConf.parseLine] Consider using {} instead of dict())
ipapython/ipachangeconf.py:303: [C0209(consider-using-f-string), IPAChangeConf.commentOpts] Formatting a regular string which could be a f-string)
ipapython/ipachangeconf.py:330: [C0209(consider-using-f-string), IPAChangeConf.mergeOld] Formatting a regular string which could be a f-string)
ipapython/ipachangeconf.py:373: [C0209(consider-using-f-string), IPAChangeConf.mergeOld] Formatting a regular string which could be a f-string)
ipapython/ipachangeconf.py:375: [C0209(consider-using-f-string), IPAChangeConf.mergeOld] Formatting a regular string which could be a f-string)
ipapython/ipachangeconf.py:411: [C0209(consider-using-f-string), IPAChangeConf.mergeNew] Formatting a regular string which could be a f-string)
ipapython/ipachangeconf.py:481: [C0209(consider-using-f-string), IPAChangeConf.parse] Formatting a regular string which could be a f-string)
************* Module ipaserver.custodia.httpd.authenticators
ipaserver/custodia/httpd/authenticators.py:24: [C0209(consider-using-f-string), SimpleCredsAuth.handle] Formatting a regular string which could be a f-string)
ipaserver/custodia/httpd/authenticators.py:29: [C0209(consider-using-f-string), SimpleCredsAuth.handle] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.cainstance
ipaserver/install/cainstance.py:107: [W1514(unspecified-encoding), get_preop_pin] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:122: [C0209(consider-using-f-string), get_preop_pin] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/cainstance.py:632: [C0209(consider-using-f-string), CAInstance.__spawn_instance] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:633: [C0209(consider-using-f-string), CAInstance.__spawn_instance] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:652: [W1514(unspecified-encoding), CAInstance.add_ipa_wait] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:656: [C0209(consider-using-f-string), CAInstance.add_ipa_wait] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:680: [W1514(unspecified-encoding), CAInstance.create_certstore_passwdfile] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:727: [C0209(consider-using-f-string), CAInstance.import_ra_cert] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:780: [C0209(consider-using-f-string), CAInstance.__create_ca_agent] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:805: [C0209(consider-using-f-string), CAInstance.__get_ca_chain] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:882: [C0209(consider-using-f-string), CAInstance.__request_ra_certificate] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:884: [C0209(consider-using-f-string), CAInstance.__request_ra_certificate] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:899: [C0209(consider-using-f-string), CAInstance.__request_ra_certificate] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1177: [C0209(consider-using-f-string), CAInstance.update_cert_config] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1365: [C0209(consider-using-f-string), CAInstance.is_crlgen_enabled] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1372: [C0209(consider-using-f-string), CAInstance.is_crlgen_enabled] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1378: [W1514(unspecified-encoding), CAInstance.is_crlgen_enabled] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:1385: [C0209(consider-using-f-string), CAInstance.is_crlgen_enabled] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1391: [C0209(consider-using-f-string), CAInstance.is_crlgen_enabled] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1438: [W1514(unspecified-encoding), CAInstance.setup_crlgen.comment_rewriterule] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:1441: [W1514(unspecified-encoding), CAInstance.setup_crlgen.comment_rewriterule] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:1450: [W1514(unspecified-encoding), CAInstance.setup_crlgen.uncomment_rewriterule] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:1460: [W1514(unspecified-encoding), CAInstance.setup_crlgen.uncomment_rewriterule] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:1471: [C0209(consider-using-f-string), CAInstance.setup_crlgen] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1561: [W1514(unspecified-encoding), CAInstance.setup_acme] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:1308: [W0238(unused-private-member), CAInstance.__remove_lightweight_ca_key_retrieval_custodia] Unused private member `CAInstance.__remove_lightweight_ca_key_retrieval_custodia(self)`)
ipaserver/install/cainstance.py:1614: [C0209(consider-using-f-string), __update_entry_from_cert] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1624: [C0209(consider-using-f-string), __update_entry_from_cert] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1631: [C0209(consider-using-f-string), __update_entry_from_cert] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1635: [C0209(consider-using-f-string), __update_entry_from_cert] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1657: [C0209(consider-using-f-string), update_people_entry.make_filter] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1667: [C0209(consider-using-f-string), update_people_entry.make_entry] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1772: [W1514(unspecified-encoding), minimum_acme_support] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:1934: [C0209(consider-using-f-string), __get_profile_config] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:1936: [C0209(consider-using-f-string), __get_profile_config] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:2081: [W1514(unspecified-encoding), migrate_profiles_to_ldap] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:2099: [C0209(consider-using-f-string), migrate_profiles_to_ldap] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:2108: [C0209(consider-using-f-string), migrate_profiles_to_ldap] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:2116: [W1514(unspecified-encoding), migrate_profiles_to_ldap] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:2120: [C0209(consider-using-f-string), migrate_profiles_to_ldap] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:2121: [C0209(consider-using-f-string), migrate_profiles_to_ldap] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:2261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/cainstance.py:2262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/cainstance.py:2262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/cainstance.py:2263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/cainstance.py:2264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/cainstance.py:2279: [C0209(consider-using-f-string), add_lightweight_ca_tracking_requests] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:2297: [C0209(consider-using-f-string), add_lightweight_ca_tracking_requests] Formatting a regular string which could be a f-string)
ipaserver/install/cainstance.py:2326: [W1514(unspecified-encoding), update_ipa_conf] Using open without explicitly specifying an encoding)
ipaserver/install/cainstance.py:2356: [C0209(consider-using-f-string), check_ipa_ca_san] Formatting a regular string which could be a f-string)
************* Module ipapython.dnsutil
ipapython/dnsutil.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dnsutil.py:314: [C0209(consider-using-f-string), assert_absolute_dnsname] Formatting a regular string which could be a f-string)
ipapython/dnsutil.py:316: [C0209(consider-using-f-string), assert_absolute_dnsname] Formatting a regular string which could be a f-string)
ipapython/dnsutil.py:474: [C0209(consider-using-f-string), check_zone_overlap] Formatting a regular string which could be a f-string)
************* Module ipapython.cookie
ipapython/cookie.py:190: [C0209(consider-using-f-string), Cookie.parse_datetime] Formatting a regular string which could be a f-string)
ipapython/cookie.py:280: [C0209(consider-using-f-string), Cookie.parse] Formatting a regular string which could be a f-string)
ipapython/cookie.py:311: [C0209(consider-using-f-string), Cookie.parse] Formatting a regular string which could be a f-string)
ipapython/cookie.py:398: [C0209(consider-using-f-string), Cookie.timestamp] Formatting a regular string which could be a f-string)
ipapython/cookie.py:426: [C0209(consider-using-f-string), Cookie.expires] Formatting a regular string which could be a f-string)
ipapython/cookie.py:445: [C0209(consider-using-f-string), Cookie.max_age] Formatting a regular string which could be a f-string)
ipapython/cookie.py:453: [C0209(consider-using-f-string), Cookie.__set_attr] Formatting a regular string which could be a f-string)
ipapython/cookie.py:459: [C0209(consider-using-f-string), Cookie.__str__] Formatting a regular string which could be a f-string)
ipapython/cookie.py:462: [C0209(consider-using-f-string), Cookie.__str__] Formatting a regular string which could be a f-string)
ipapython/cookie.py:465: [C0209(consider-using-f-string), Cookie.__str__] Formatting a regular string which could be a f-string)
ipapython/cookie.py:468: [C0209(consider-using-f-string), Cookie.__str__] Formatting a regular string which could be a f-string)
ipapython/cookie.py:471: [C0209(consider-using-f-string), Cookie.__str__] Formatting a regular string which could be a f-string)
ipapython/cookie.py:567: [C0209(consider-using-f-string), Cookie.http_cookie] Formatting a regular string which could be a f-string)
ipapython/cookie.py:657: [C0209(consider-using-f-string), Cookie.http_return_ok] Formatting a regular string which could be a f-string)
ipapython/cookie.py:662: [C0209(consider-using-f-string), Cookie.http_return_ok] Formatting a regular string which could be a f-string)
ipapython/cookie.py:666: [C0209(consider-using-f-string), Cookie.http_return_ok] Formatting a regular string which could be a f-string)
ipapython/cookie.py:673: [C0209(consider-using-f-string), Cookie.http_return_ok] Formatting a regular string which could be a f-string)
ipapython/cookie.py:678: [C0209(consider-using-f-string), Cookie.http_return_ok] Formatting a regular string which could be a f-string)
ipapython/cookie.py:447: [W0238(unused-private-member), Cookie.__set_attr] Unused private member `Cookie.__set_attr(self, name, value)`)
************* Module ipapython.config
ipapython/config.py:55: [C0209(consider-using-f-string), IPAFormatter.format_usage] Formatting a regular string which could be a f-string)
ipapython/config.py:57: [C0209(consider-using-f-string), IPAFormatter.format_usage] Formatting a regular string which could be a f-string)
ipapython/config.py:68: [C0209(consider-using-f-string), check_ip_option] Formatting a regular string which could be a f-string)
ipapython/config.py:75: [C0209(consider-using-f-string), check_dn_option] Formatting a regular string which could be a f-string)
ipapython/config.py:84: [C0209(consider-using-f-string), check_constructor] Formatting a regular string which could be a f-string)
ipapython/config.py:149: [C0209(consider-using-f-string), verify_args] Formatting a regular string which could be a f-string)
ipapython/config.py:226: [C0209(consider-using-f-string), __discover_config] Formatting a regular string which could be a f-string)
ipapython/config.py:237: [C0209(consider-using-f-string), __discover_config] Formatting a regular string which could be a f-string)
************* Module ipapython.install.typing
ipapython/install/typing.py:15: [C0209(consider-using-f-string), ListMeta.__getitem__] Formatting a regular string which could be a f-string)
************* Module ipapython.dn
ipapython/dn.py:461: [C0209(consider-using-f-string), _normalize_ava_input] Formatting a regular string which could be a f-string)
ipapython/dn.py:473: [C0209(consider-using-f-string), str2rdn] Formatting a regular string which could be a f-string)
ipapython/dn.py:475: [C0209(consider-using-f-string), str2rdn] Formatting a regular string which could be a f-string)
ipapython/dn.py:507: [C0209(consider-using-f-string), get_ava] Formatting a regular string which could be a f-string)
ipapython/dn.py:512: [C0209(consider-using-f-string), get_ava] Formatting a regular string which could be a f-string)
ipapython/dn.py:515: [C0209(consider-using-f-string), get_ava] Formatting a regular string which could be a f-string)
ipapython/dn.py:558: [C0209(consider-using-f-string), val_encode] Formatting a regular string which could be a f-string)
ipapython/dn.py:630: [C0209(consider-using-f-string), AVA._set_attr] Formatting a regular string which could be a f-string)
ipapython/dn.py:641: [C0209(consider-using-f-string), AVA._set_value] Formatting a regular string which could be a f-string)
ipapython/dn.py:652: [C0209(consider-using-f-string), AVA.__repr__] Formatting a regular string which could be a f-string)
ipapython/dn.py:663: [C0209(consider-using-f-string), AVA.__getitem__] Formatting a regular string which could be a f-string)
ipapython/dn.py:709: [C0209(consider-using-f-string), AVA.__lt__] Formatting a regular string which could be a f-string)
ipapython/dn.py:853: [C0209(consider-using-f-string), RDN.__repr__] Formatting a regular string which could be a f-string)
ipapython/dn.py:877: [C0209(consider-using-f-string), RDN.__getitem__] Formatting a regular string which could be a f-string)
ipapython/dn.py:879: [C0209(consider-using-f-string), RDN.__getitem__] Formatting a regular string which could be a f-string)
ipapython/dn.py:937: [C0209(consider-using-f-string), RDN.__lt__] Formatting a regular string which could be a f-string)
ipapython/dn.py:953: [C0209(consider-using-f-string), RDN.__add__] Formatting a regular string which could be a f-string)
ipapython/dn.py:1127: [C0209(consider-using-f-string), DN._rdns_from_value] Formatting a regular string which could be a f-string)
ipapython/dn.py:1148: [C0209(consider-using-f-string), DN._rdns_from_value] Formatting a regular string which could be a f-string)
ipapython/dn.py:1176: [C0209(consider-using-f-string), DN.__repr__] Formatting a regular string which could be a f-string)
ipapython/dn.py:1201: [C0209(consider-using-f-string), DN.__getitem__] Formatting a regular string which could be a f-string)
ipapython/dn.py:1203: [C0209(consider-using-f-string), DN.__getitem__] Formatting a regular string which could be a f-string)
ipapython/dn.py:1245: [C0209(consider-using-f-string), DN.__lt__] Formatting a regular string which could be a f-string)
ipapython/dn.py:1311: [C0209(consider-using-f-string), DN._tailmatch] Formatting a regular string which could be a f-string)
ipapython/dn.py:1350: [C0209(consider-using-f-string), DN.__contains__] Formatting a regular string which could be a f-string)
ipapython/dn.py:1364: [C0209(consider-using-f-string), DN.find] Formatting a regular string which could be a f-string)
ipapython/dn.py:1407: [C0209(consider-using-f-string), DN.rfind] Formatting a regular string which could be a f-string)
************* Module ipapython.install.common
ipapython/install/common.py:95: [C0209(consider-using-f-string), installer] Formatting a regular string which could be a f-string)
ipapython/install/common.py:105: [C0209(consider-using-f-string), uninstaller] Formatting a regular string which could be a f-string)
************* Module ipapython.admintool
ipapython/admintool.py:98: [R1735(use-dict-literal), AdminTool] Consider using {} instead of dict())
ipapython/admintool.py:202: [C0209(consider-using-f-string), AdminTool.validate_options] Formatting a regular string which could be a f-string)
ipapython/admintool.py:322: [C0209(consider-using-f-string), AdminTool.log_failure] Formatting a regular string which could be a f-string)
ipapython/admintool.py:324: [C0209(consider-using-f-string), AdminTool.log_failure] Formatting a regular string which could be a f-string)
************* Module ipaserver.custodia.message.kem
ipaserver/custodia/message/kem.py:66: [C0209(consider-using-f-string), KEMKeysStore.find_key] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/kem.py:103: [C0209(consider-using-f-string), check_kem_claims] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/kem.py:130: [C0209(consider-using-f-string), KEMHandler._get_key] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/kem.py:148: [C0209(consider-using-f-string), KEMHandler.parse] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/kem.py:162: [C0209(consider-using-f-string), KEMHandler.parse] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/kem.py:174: [C0209(consider-using-f-string), KEMHandler.parse] Formatting a regular string which could be a f-string)
ipaserver/custodia/message/kem.py:193: [C0209(consider-using-f-string), KEMHandler.reply] Formatting a regular string which could be a f-string)
************* Module ipaplatform._importhook
ipaplatform/_importhook.py:33: [C0209(consider-using-f-string), IpaMetaImporter.load_module] Formatting a regular string which could be a f-string)
************* Module ipaplatform.suse.tasks
ipaplatform/suse/tasks.py:28: [W1514(unspecified-encoding), SuseTaskNamespace.set_nisdomain] Using open without explicitly specifying an encoding)
ipaplatform/suse/tasks.py:37: [C0209(consider-using-f-string), SuseTaskNamespace.set_nisdomain] Formatting a regular string which could be a f-string)
ipaplatform/suse/tasks.py:39: [W1514(unspecified-encoding), SuseTaskNamespace.set_nisdomain] Using open without explicitly specifying an encoding)
************* Module ipapython.install.core
ipapython/install/core.py:319: [C0209(consider-using-f-string), Configurable.__init__] Formatting a regular string which could be a f-string)
ipapython/install/core.py:335: [C0209(consider-using-f-string), Configurable._get_components] Formatting a regular string which could be a f-string)
ipapython/install/core.py:566: [C0209(consider-using-f-string), Composite.properties] Formatting a regular string which could be a f-string)
************* Module ipaplatform.osinfo
ipaplatform/osinfo.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaplatform/osinfo.py:52: [W1514(unspecified-encoding), _parse_osrelease] Using open without explicitly specifying an encoding)
ipaplatform/osinfo.py:95: [C0209(consider-using-f-string), OSInfo.__init__] Formatting a regular string which could be a f-string)
ipaplatform/osinfo.py:106: [C0209(consider-using-f-string), OSInfo._handle_linux] Formatting a regular string which could be a f-string)
ipaplatform/osinfo.py:208: [C0209(consider-using-f-string), OSInfo.platform] Formatting a regular string which could be a f-string)
ipaplatform/osinfo.py:214: [C0209(consider-using-f-string), OSInfo.platform] Formatting a regular string which could be a f-string)
************* Module ipaserver.install.server.replicainstall
ipaserver/install/server/replicainstall.py:75: [W1514(unspecified-encoding), make_pkcs12_info] Using open without explicitly specifying an encoding)
ipaserver/install/server/replicainstall.py:218: [C0209(consider-using-f-string), create_ipa_conf] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:221: [C0209(consider-using-f-string), create_ipa_conf] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:369: [C0209(consider-using-f-string), configure_certmonger] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:378: [C0209(consider-using-f-string), configure_certmonger] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:384: [C0209(consider-using-f-string), configure_certmonger] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:493: [W1514(unspecified-encoding), promote_openldap_conf] Using open without explicitly specifying an encoding)
ipaserver/install/server/replicainstall.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:568: [C0209(consider-using-f-string), check_remote_version] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:582: [C0209(consider-using-f-string), common_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:596: [C0209(consider-using-f-string), common_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:684: [C0209(consider-using-f-string), enroll_dl0_replica] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:759: [C0209(consider-using-f-string), promotion_check_ipa_domain] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:766: [C0209(consider-using-f-string), promotion_check_ipa_domain] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:827: [C0209(consider-using-f-string), promote_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:943: [C0209(consider-using-f-string), promote_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:944: [C0209(consider-using-f-string), promote_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:979: [C0209(consider-using-f-string), promote_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:1026: [C0209(consider-using-f-string), promote_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:1174: [C0209(consider-using-f-string), promote_check] Formatting a regular string which could be a f-string)
ipaserver/install/server/replicainstall.py:1243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaserver/install/server/replicainstall.py:1399: [C0209(consider-using-f-string), install] Formatting a regular string which could be a f-string)
************* Module ipapython.install.cli
ipapython/install/cli.py:89: [C0209(consider-using-f-string), install_tool] Formatting a regular string which could be a f-string)
ipapython/install/cli.py:108: [C0209(consider-using-f-string), uninstall_tool] Formatting a regular string which could be a f-string)
ipapython/install/cli.py:134: [W0237(arguments-renamed), ConfigureTool.add_options] Parameter 'debug_option' has been renamed to 'positional' in overridden 'ConfigureTool.add_options' method)
ipapython/install/cli.py:160: [C0209(consider-using-f-string), ConfigureTool.add_options] Formatting a regular string which could be a f-string)
ipapython/install/cli.py:173: [R1735(use-dict-literal), ConfigureTool.add_options] Consider using {} instead of dict())
ipapython/install/cli.py:191: [C0209(consider-using-f-string), ConfigureTool.add_options] Formatting a regular string which could be a f-string)
ipapython/install/cli.py:225: [C0209(consider-using-f-string), ConfigureTool.add_options] Formatting a regular string which could be a f-string)
ipapython/install/cli.py:271: [C0209(consider-using-f-string), ConfigureTool.__init__] Formatting a regular string which could be a f-string)
ipapython/install/cli.py:325: [C0209(consider-using-f-string), ConfigureTool.init_configurator] Formatting a regular string which could be a f-string)
ipapython/install/cli.py:327: [C0209(consider-using-f-string), ConfigureTool.init_configurator] Formatting a regular string which could be a f-string)
ipapython/install/cli.py:328: [C0209(consider-using-f-string), ConfigureTool.init_configurator] Formatting a regular string which could be a f-string)
************* Module ipapython.dogtag
ipapython/dogtag.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/dogtag.py:259: [C0209(consider-using-f-string), _httplib_request] Formatting a regular string which could be a f-string)
************* Module ipapython.certdb
ipapython/certdb.py:216: [C0209(consider-using-f-string), verify_kdc_cert_validity] Formatting a regular string which could be a f-string)
ipapython/certdb.py:333: [C0209(consider-using-f-string), NSSDatabase._check_db] Formatting a regular string which could be a f-string)
ipapython/certdb.py:340: [C0209(consider-using-f-string), NSSDatabase.run_certutil] Formatting a regular string which could be a f-string)
ipapython/certdb.py:352: [C0209(consider-using-f-string), NSSDatabase.run_pk12util] Formatting a regular string which could be a f-string)
ipapython/certdb.py:397: [W1514(unspecified-encoding), NSSDatabase.create_db] Using open without explicitly specifying an encoding)
ipapython/certdb.py:410: [C0209(consider-using-f-string), NSSDatabase.create_db] Formatting a regular string which could be a f-string)
ipapython/certdb.py:424: [C0209(consider-using-f-string), NSSDatabase.create_db] Formatting a regular string which could be a f-string)
ipapython/certdb.py:456: [C0209(consider-using-f-string), NSSDatabase.convert_db] Formatting a regular string which could be a f-string)
ipapython/certdb.py:464: [C0209(consider-using-f-string), NSSDatabase.convert_db] Formatting a regular string which could be a f-string)
ipapython/certdb.py:590: [C0209(consider-using-f-string), NSSDatabase.export_pkcs12] Formatting a regular string which could be a f-string)
ipapython/certdb.py:593: [C0209(consider-using-f-string), NSSDatabase.export_pkcs12] Formatting a regular string which could be a f-string)
ipapython/certdb.py:595: [C0209(consider-using-f-string), NSSDatabase.export_pkcs12] Formatting a regular string which could be a f-string)
ipapython/certdb.py:614: [R1714(consider-using-in), NSSDatabase.import_pkcs12] Consider merging these comparisons with "in" to 'e.returncode in (17, 18)')
ipapython/certdb.py:616: [C0209(consider-using-f-string), NSSDatabase.import_pkcs12] Formatting a regular string which could be a f-string)
ipapython/certdb.py:619: [C0209(consider-using-f-string), NSSDatabase.import_pkcs12] Formatting a regular string which could be a f-string)
ipapython/certdb.py:622: [C0209(consider-using-f-string), NSSDatabase.import_pkcs12] Formatting a regular string which could be a f-string)
ipapython/certdb.py:652: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:715: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:748: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:768: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:773: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:784: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:789: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:796: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:801: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:830: [C0209(consider-using-f-string), NSSDatabase.import_files] Formatting a regular string which could be a f-string)
ipapython/certdb.py:847: [C0209(consider-using-f-string), NSSDatabase.trust_root_cert] Formatting a regular string which could be a f-string)
ipapython/certdb.py:859: [C0209(consider-using-f-string), NSSDatabase.get_cert] Formatting a regular string which could be a f-string)
ipapython/certdb.py:885: [W1514(unspecified-encoding), NSSDatabase.import_pem_cert] Using open without explicitly specifying an encoding)
ipapython/certdb.py:889: [C0209(consider-using-f-string), NSSDatabase.import_pem_cert] Formatting a regular string which could be a f-string)
ipapython/certdb.py:900: [C0209(consider-using-f-string), NSSDatabase.import_pem_cert] Formatting a regular string which could be a f-string)
ipapython/certdb.py:982: [C0209(consider-using-f-string), NSSDatabase.verify_server_cert_validity] Formatting a regular string which could be a f-string)
ipapython/certdb.py:1004: [C0209(consider-using-f-string), NSSDatabase.verify_ca_cert_validity] Formatting a regular string which could be a f-string)
************* Module ipaplatform.redhat.authconfig
ipaplatform/redhat/authconfig.py:115: [C0209(consider-using-f-string), RedHatAuthSelect.configure] Formatting a regular string which could be a f-string)
ipaplatform/redhat/authconfig.py:125: [C0209(consider-using-f-string), RedHatAuthSelect.configure] Formatting a regular string which could be a f-string)
ipaplatform/redhat/authconfig.py:190: [W1514(unspecified-encoding), RedHatAuthSelect.backup] Using open without explicitly specifying an encoding)
ipaplatform/redhat/authconfig.py:194: [W1514(unspecified-encoding), RedHatAuthSelect.restore] Using open without explicitly specifying an encoding)
ipaplatform/redhat/authconfig.py:206: [W1514(unspecified-encoding), RedHatAuthSelect.set_nisdomain] Using open without explicitly specifying an encoding)
ipaplatform/redhat/authconfig.py:214: [C0209(consider-using-f-string), RedHatAuthSelect.set_nisdomain] Formatting a regular string which could be a f-string)
ipaplatform/redhat/authconfig.py:216: [W1514(unspecified-encoding), RedHatAuthSelect.set_nisdomain] Using open without explicitly specifying an encoding)
ipaplatform/redhat/authconfig.py:266: [C0209(consider-using-f-string), RedHatAuthConfig.build_args] Formatting a regular string which could be a f-string)
ipaplatform/redhat/authconfig.py:268: [C0209(consider-using-f-string), RedHatAuthConfig.build_args] Formatting a regular string which could be a f-string)
ipaplatform/redhat/authconfig.py:270: [C0209(consider-using-f-string), RedHatAuthConfig.build_args] Formatting a regular string which could be a f-string)
ipaplatform/redhat/authconfig.py:271: [C0209(consider-using-f-string), RedHatAuthConfig.build_args] Formatting a regular string which could be a f-string)
ipaplatform/redhat/authconfig.py:273: [C0209(consider-using-f-string), RedHatAuthConfig.build_args] Formatting a regular string which could be a f-string)
ipaplatform/redhat/authconfig.py:275: [C0209(consider-using-f-string), RedHatAuthConfig.build_args] Formatting a regular string which could be a f-string)
************* Module ipaplatform.debian.paths
ipaplatform/debian/paths.py:83: [C0209(consider-using-f-string), DebianPathNamespace] Formatting a regular string which could be a f-string)
ipaplatform/debian/paths.py:85: [C0209(consider-using-f-string), DebianPathNamespace] Formatting a regular string which could be a f-string)
************* Module ipaplatform.debian.services
ipaplatform/debian/services.py:172: [R1735(use-dict-literal), DebianServices.__init__] Consider using {} instead of dict())
************* Module ipaserver.custodia.httpd.server
ipaserver/custodia/httpd/server.py:176: [W1514(unspecified-encoding), HTTPRequestHandler._get_loginuid] Using open without explicitly specifying an encoding)
ipaserver/custodia/httpd/server.py:176: [C0209(consider-using-f-string), HTTPRequestHandler._get_loginuid] Formatting a regular string which could be a f-string)
ipaserver/custodia/httpd/server.py:453: [C0209(consider-using-f-string), HTTPServer._get_serverclass] Formatting a regular string which could be a f-string)
ipaserver/custodia/httpd/server.py:462: [C0209(consider-using-f-string), HTTPServer._get_serverclass] Formatting a regular string which could be a f-string)
ipaserver/custodia/httpd/server.py:479: [C0209(consider-using-f-string), HTTPServer._get_systemd_socket] Formatting a regular string which could be a f-string)
ipaserver/custodia/httpd/server.py:489: [C0209(consider-using-f-string), HTTPServer._get_systemd_socket] Formatting a regular string which could be a f-string)
************* Module ipapython.ipautil
ipapython/ipautil.py:156: [C0209(consider-using-f-string), CheckedIPAddress.__init__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:159: [C0209(consider-using-f-string), CheckedIPAddress.__init__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:162: [C0209(consider-using-f-string), CheckedIPAddress.__init__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:166: [C0209(consider-using-f-string), CheckedIPAddress.__init__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:170: [C0209(consider-using-f-string), CheckedIPAddress.__init__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:172: [C0209(consider-using-f-string), CheckedIPAddress.__init__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:214: [C0209(consider-using-f-string), CheckedIPAddress.get_matching_interface] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:229: [C0209(consider-using-f-string), CheckedIPAddress.get_matching_interface] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:269: [C0209(consider-using-f-string), CheckedIPAddressLoopback.__init__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:286: [C0209(consider-using-f-string), format_netloc] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:292: [C0209(consider-using-f-string), format_netloc] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:319: [W1514(unspecified-encoding), template_file] Using open without explicitly specifying an encoding)
ipapython/ipautil.py:325: [W1514(unspecified-encoding), copy_template_file] Using open without explicitly specifying an encoding)
ipapython/ipautil.py:378: [C0209(consider-using-f-string), CalledProcessError.__str__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:380: [C0209(consider-using-f-string), CalledProcessError.__str__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:383: [C0209(consider-using-f-string), CalledProcessError.__str__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:487: [W1514(unspecified-encoding), run] Using open without explicitly specifying an encoding)
ipapython/ipautil.py:668: [C0209(consider-using-f-string), CIDict.__setitem__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:974: [C0209(consider-using-f-string), user_input] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:985: [C0209(consider-using-f-string), user_input] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:997: [C0209(consider-using-f-string), user_input] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1011: [C0209(consider-using-f-string), user_input] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1116: [R1735(use-dict-literal), config_replace_variables] Consider using {} instead of dict())
ipapython/ipautil.py:1116: [R1735(use-dict-literal), config_replace_variables] Consider using {} instead of dict())
ipapython/ipautil.py:1146: [R1735(use-dict-literal), config_replace_variables] Consider using {} instead of dict())
ipapython/ipautil.py:1150: [W1514(unspecified-encoding), config_replace_variables] Using open without explicitly specifying an encoding)
ipapython/ipautil.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1159: [C0209(consider-using-f-string), config_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1164: [C0209(consider-using-f-string), config_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1166: [C0209(consider-using-f-string), config_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1179: [C0209(consider-using-f-string), config_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1181: [C0209(consider-using-f-string), config_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1194: [R1735(use-dict-literal), inifile_replace_variables] Consider using {} instead of dict())
ipapython/ipautil.py:1194: [R1735(use-dict-literal), inifile_replace_variables] Consider using {} instead of dict())
ipapython/ipautil.py:1231: [C0209(consider-using-f-string), inifile_replace_variables.add_options] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1233: [C0209(consider-using-f-string), inifile_replace_variables.add_options] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1236: [R1735(use-dict-literal), inifile_replace_variables] Consider using {} instead of dict())
ipapython/ipautil.py:1240: [W1514(unspecified-encoding), inifile_replace_variables] Using open without explicitly specifying an encoding)
ipapython/ipautil.py:1261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1261: [C0209(consider-using-f-string), inifile_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1266: [C0209(consider-using-f-string), inifile_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1268: [C0209(consider-using-f-string), inifile_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1275: [C0209(consider-using-f-string), inifile_replace_variables] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1293: [R1735(use-dict-literal), backup_config_and_replace_variables] Consider using {} instead of dict())
ipapython/ipautil.py:1293: [R1735(use-dict-literal), backup_config_and_replace_variables] Consider using {} instead of dict())
ipapython/ipautil.py:1466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1511: [C0209(consider-using-f-string), fsdecode] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1528: [C0209(consider-using-f-string), unescape_seq] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1543: [C0209(consider-using-f-string), escape_seq] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipautil.py:1610: [C0209(consider-using-f-string), APIVersion.__str__] Formatting a regular string which could be a f-string)
ipapython/ipautil.py:1613: [C0209(consider-using-f-string), APIVersion.__repr__] Formatting a regular string which could be a f-string)
************* Module ipaplatform.base.tasks
ipaplatform/base/tasks.py:348: [W1514(unspecified-encoding), BaseTaskNamespace.configure_dns_resolver] Using open without explicitly specifying an encoding)
ipaplatform/base/tasks.py:430: [W1514(unspecified-encoding), BaseTaskNamespace.configure_nsswitch_database] Using open without explicitly specifying an encoding)
ipaplatform/base/tasks.py:483: [W1514(unspecified-encoding), BaseTaskNamespace.enable_ldap_automount] Using open without explicitly specifying an encoding)
************* Module ipalib.text
ipalib/text.py:279: [C0209(consider-using-f-string), Gettext.__repr__] Formatting a regular string which could be a f-string)
ipalib/text.py:356: [C0209(consider-using-f-string), FixMe.__repr__] Formatting a regular string which could be a f-string)
ipalib/text.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/text.py:359: [C0209(consider-using-f-string), FixMe.__str__] Formatting a regular string which could be a f-string)
ipalib/text.py:467: [C0209(consider-using-f-string), NGettext.__repr__] Formatting a regular string which could be a f-string)
ipalib/text.py:505: [C0209(consider-using-f-string), ConcatenatedLazyText.__repr__] Formatting a regular string which could be a f-string)
ipalib/text.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/text.py:596: [C0209(consider-using-f-string), GettextFactory.__repr__] Formatting a regular string which could be a f-string)
************* Module ipaplatform.suse.services
ipaplatform/suse/services.py:17: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipaplatform/suse/services.py:44: [C0209(consider-using-f-string), SuseService.__init__] Formatting a regular string which could be a f-string)
ipaplatform/suse/services.py:50: [C0209(consider-using-f-string), SuseDirectoryService.is_installed] Formatting a regular string which could be a f-string)
ipaplatform/suse/services.py:141: [C0209(consider-using-f-string), SuseCAService.wait_until_running] Formatting a regular string which could be a f-string)
ipaplatform/suse/services.py:148: [C0209(consider-using-f-string), SuseCAService.wait_until_running] Formatting a regular string which could be a f-string)
ipaplatform/suse/services.py:186: [R1735(use-dict-literal), SuseServices.__init__] Consider using {} instead of dict())
************* Module ipalib.misc
ipalib/misc.py:126: [C0209(consider-using-f-string), plugins.execute] Formatting a regular string which could be a f-string)
************* Module ipalib.output
ipalib/output.py:90: [C0209(consider-using-f-string), Output.__repr__] Formatting a regular string which could be a f-string)
ipalib/output.py:105: [C0209(consider-using-f-string), Output.__repr_iter] Formatting a regular string which could be a f-string)
ipalib/output.py:140: [C0209(consider-using-f-string), PrimaryKey.validate] Formatting a regular string which could be a f-string)
ipalib/output.py:153: [C0209(consider-using-f-string), ListOfPrimaryKeys.validate] Formatting a regular string which could be a f-string)
************* Module ipaplatform.base.services
ipaplatform/base/services.py:44: [W1512(deprecated-class), ] Using deprecated class Mapping of module collections)
ipaplatform/base/services.py:137: [W1514(unspecified-encoding), PlatformService.start] Using open without explicitly specifying an encoding)
ipaplatform/base/services.py:146: [W1514(unspecified-encoding), PlatformService.start] Using open without explicitly specifying an encoding)
ipaplatform/base/services.py:158: [W1514(unspecified-encoding), PlatformService.stop] Using open without explicitly specifying an encoding)
ipaplatform/base/services.py:167: [W1514(unspecified-encoding), PlatformService.stop] Using open without explicitly specifying an encoding)
ipaplatform/base/services.py:230: [C0209(consider-using-f-string), SystemdService.service_instance] Formatting a regular string which could be a f-string)
ipaplatform/base/services.py:247: [C0209(consider-using-f-string), SystemdService.service_instance] Formatting a regular string which could be a f-string)
ipaplatform/base/services.py:250: [C0209(consider-using-f-string), SystemdService.service_instance] Formatting a regular string which could be a f-string)
************* Module ipaplatform.debian.tasks
ipaplatform/debian/tasks.py:152: [W1514(unspecified-encoding), DebianTaskNamespace.write_ca_certificates_dir] Using open without explicitly specifying an encoding)
************* Module ipalib.sysrestore
ipalib/sysrestore.py:113: [W1514(unspecified-encoding), FileStore.save] Using open without explicitly specifying an encoding)
ipalib/sysrestore.py:135: [C0209(consider-using-f-string), FileStore.backup_file] Formatting a regular string which could be a f-string)
ipalib/sysrestore.py:379: [C0206(consider-using-dict-items), StateFile.save] Consider iterating with .items())
ipalib/sysrestore.py:384: [W1514(unspecified-encoding), StateFile.save] Using open without explicitly specifying an encoding)
************* Module ipalib.constants
ipalib/constants.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/constants.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipalib.messages
ipalib/messages.py:62: [C0209(consider-using-f-string), process_message_arguments] Formatting a regular string which could be a f-string)
ipalib/messages.py:69: [C0209(consider-using-f-string), process_message_arguments] Formatting a regular string which could be a f-string)
ipalib/messages.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:98: [C0209(consider-using-f-string), process_message_arguments] Formatting a regular string which could be a f-string)
ipalib/messages.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/messages.py:514: [C0209(consider-using-f-string), print_report] Formatting a regular string which could be a f-string)
ipalib/messages.py:515: [C0209(consider-using-f-string), print_report] Formatting a regular string which could be a f-string)
************* Module ipalib.crud
ipalib/crud.py:298: [C0209(consider-using-f-string), CrudBackend.create] Formatting a regular string which could be a f-string)
ipalib/crud.py:313: [C0209(consider-using-f-string), CrudBackend.retrieve] Formatting a regular string which could be a f-string)
ipalib/crud.py:327: [C0209(consider-using-f-string), CrudBackend.update] Formatting a regular string which could be a f-string)
ipalib/crud.py:336: [C0209(consider-using-f-string), CrudBackend.delete] Formatting a regular string which could be a f-string)
ipalib/crud.py:351: [C0209(consider-using-f-string), CrudBackend.search] Formatting a regular string which could be a f-string)
************* Module ipalib.capabilities
ipalib/capabilities.py:30: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/capabilities.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/capabilities.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/capabilities.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/capabilities.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/capabilities.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/capabilities.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaplatform.redhat.tasks
ipaplatform/redhat/tasks.py:171: [C0209(consider-using-f-string), RedHatTaskNamespace.check_selinux_status] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:234: [W1514(unspecified-encoding), RedHatTaskNamespace.set_nisdomain] Using open without explicitly specifying an encoding)
ipaplatform/redhat/tasks.py:242: [C0209(consider-using-f-string), RedHatTaskNamespace.set_nisdomain] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:244: [W1514(unspecified-encoding), RedHatTaskNamespace.set_nisdomain] Using open without explicitly specifying an encoding)
ipaplatform/redhat/tasks.py:316: [W1514(unspecified-encoding), RedHatTaskNamespace.write_p11kit_certs] Using open without explicitly specifying an encoding)
ipaplatform/redhat/tasks.py:367: [C0209(consider-using-f-string), RedHatTaskNamespace.write_p11kit_certs] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:444: [C0209(consider-using-f-string), RedHatTaskNamespace.set_selinux_booleans.get_setsebool_args] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:516: [W0237(arguments-renamed), RedHatTaskNamespace.configure_http_gssproxy_conf] Parameter 'ipauser' has been renamed to 'ipaapi_user' in overridden 'RedHatTaskNamespace.configure_http_gssproxy_conf' method)
ipaplatform/redhat/tasks.py:599: [W1514(unspecified-encoding), RedHatTaskNamespace.is_fips_enabled] Using open without explicitly specifying an encoding)
ipaplatform/redhat/tasks.py:663: [W1514(unspecified-encoding), RedHatTaskNamespace.configure_dns_resolver] Using open without explicitly specifying an encoding)
ipaplatform/redhat/tasks.py:678: [C0209(consider-using-f-string), RedHatTaskNamespace.configure_dns_resolver] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:681: [C0209(consider-using-f-string), RedHatTaskNamespace.configure_dns_resolver] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:682: [W1514(unspecified-encoding), RedHatTaskNamespace.configure_dns_resolver] Using open without explicitly specifying an encoding)
ipaplatform/redhat/tasks.py:707: [C0209(consider-using-f-string), RedHatTaskNamespace.configure_pkcs11_modules] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:712: [W1514(unspecified-encoding), RedHatTaskNamespace.configure_pkcs11_modules] Using open without explicitly specifying an encoding)
ipaplatform/redhat/tasks.py:719: [W1514(unspecified-encoding), RedHatTaskNamespace.configure_pkcs11_modules] Using open without explicitly specifying an encoding)
ipaplatform/redhat/tasks.py:721: [C0209(consider-using-f-string), RedHatTaskNamespace.configure_pkcs11_modules] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:723: [C0209(consider-using-f-string), RedHatTaskNamespace.configure_pkcs11_modules] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:738: [C0209(consider-using-f-string), RedHatTaskNamespace.restore_pkcs11_modules] Formatting a regular string which could be a f-string)
ipaplatform/redhat/tasks.py:756: [C0209(consider-using-f-string), RedHatTaskNamespace.get_pkcs11_modules] Formatting a regular string which could be a f-string)
************* Module ipaplatform.redhat.services
ipaplatform/redhat/services.py:45: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
ipaplatform/redhat/services.py:93: [C0209(consider-using-f-string), RedHatService.__init__] Formatting a regular string which could be a f-string)
ipaplatform/redhat/services.py:100: [C0209(consider-using-f-string), RedHatDirectoryService.is_installed] Formatting a regular string which could be a f-string)
ipaplatform/redhat/services.py:181: [C0209(consider-using-f-string), RedHatCAService.wait_until_running] Formatting a regular string which could be a f-string)
ipaplatform/redhat/services.py:188: [C0209(consider-using-f-string), RedHatCAService.wait_until_running] Formatting a regular string which could be a f-string)
ipaplatform/redhat/services.py:228: [R1735(use-dict-literal), RedHatServices.__init__] Consider using {} instead of dict())
************* Module ipalib.base
ipalib/base.py:174: [C0209(consider-using-f-string), lock] Formatting a regular string which could be a f-string)
ipalib/base.py:176: [C0209(consider-using-f-string), lock] Formatting a regular string which could be a f-string)
ipalib/base.py:202: [C0209(consider-using-f-string), islocked] Formatting a regular string which could be a f-string)
ipalib/base.py:411: [R1735(use-dict-literal), NameSpace.__init__] Consider using {} instead of dict())
ipalib/base.py:418: [C0209(consider-using-f-string), NameSpace.__init__] Formatting a regular string which could be a f-string)
ipalib/base.py:487: [C0209(consider-using-f-string), NameSpace.__repr__] Formatting a regular string which could be a f-string)
************* Module ipalib.backend
ipalib/backend.py:55: [C0209(consider-using-f-string), Connectible.__init__] Formatting a regular string which could be a f-string)
ipalib/backend.py:63: [C0209(consider-using-f-string), Connectible.connect] Formatting a regular string which could be a f-string)
ipalib/backend.py:66: [W1505(deprecated-method), Connectible.connect] Using deprecated method getName())
ipalib/backend.py:66: [W1505(deprecated-method), Connectible.connect] Using deprecated method currentThread())
ipalib/backend.py:75: [C0209(consider-using-f-string), Connectible.create_connection] Formatting a regular string which could be a f-string)
ipalib/backend.py:80: [C0209(consider-using-f-string), Connectible.disconnect] Formatting a regular string which could be a f-string)
ipalib/backend.py:83: [W1505(deprecated-method), Connectible.disconnect] Using deprecated method getName())
ipalib/backend.py:83: [W1505(deprecated-method), Connectible.disconnect] Using deprecated method currentThread())
ipalib/backend.py:91: [C0209(consider-using-f-string), Connectible.destroy_connection] Formatting a regular string which could be a f-string)
ipalib/backend.py:105: [C0209(consider-using-f-string), Connectible.__get_conn] Formatting a regular string which could be a f-string)
ipalib/backend.py:108: [W1505(deprecated-method), Connectible.__get_conn] Using deprecated method getName())
ipalib/backend.py:108: [W1505(deprecated-method), Connectible.__get_conn] Using deprecated method currentThread())
ipalib/backend.py:99: [W0238(unused-private-member), Connectible.__get_conn] Unused private member `Connectible.__get_conn(self)`)
************* Module ipalib.errors
ipalib/errors.py:124: [C0209(consider-using-f-string), PrivateError.__init__] Formatting a regular string which could be a f-string)
************* Module ipalib.install.hostname
ipalib/install/hostname.py:39: [C0209(consider-using-f-string), HostNameInstallInterface.ip_addresses] Formatting a regular string which could be a f-string)
************* Module ipaplatform.base.paths
ipaplatform/base/paths.py:489: [C0209(consider-using-f-string), BasePathNamespace.check_paths] Formatting a regular string which could be a f-string)
************* Module ipalib.krb_utils
ipalib/krb_utils.py:79: [C0209(consider-using-f-string), krb5_parse_ccache] Formatting a regular string which could be a f-string)
ipalib/krb_utils.py:82: [C0209(consider-using-f-string), krb5_unparse_ccache] Formatting a regular string which could be a f-string)
ipalib/krb_utils.py:102: [C0209(consider-using-f-string), krb5_format_service_principal_name] Formatting a regular string which could be a f-string)
************* Module ipalib.plugable
ipalib/plugable.py:58: [W1512(deprecated-class), ] Using deprecated class Mapping of module collections)
ipalib/plugable.py:117: [C0209(consider-using-f-string), Registry.__call__.register] Formatting a regular string which could be a f-string)
ipalib/plugable.py:157: [C0209(consider-using-f-string), Plugin.__full_name_getter] Formatting a regular string which could be a f-string)
ipalib/plugable.py:177: [C0209(consider-using-f-string), Plugin.__summary_getter] Formatting a regular string which could be a f-string)
ipalib/plugable.py:274: [C0209(consider-using-f-string), Plugin.finalize_attr.__get__] Formatting a regular string which could be a f-string)
ipalib/plugable.py:284: [C0209(consider-using-f-string), Plugin.__repr__] Formatting a regular string which could be a f-string)
ipalib/plugable.py:149: [W0238(unused-private-member), Plugin.__name_getter] Unused private member `Plugin.__name_getter(cls)`)
ipalib/plugable.py:156: [W0238(unused-private-member), Plugin.__full_name_getter] Unused private member `Plugin.__full_name_getter(cls)`)
ipalib/plugable.py:162: [W0238(unused-private-member), Plugin.__bases_getter] Unused private member `Plugin.__bases_getter(cls)`)
ipalib/plugable.py:168: [W0238(unused-private-member), Plugin.__doc_getter] Unused private member `Plugin.__doc_getter(cls)`)
ipalib/plugable.py:174: [W0238(unused-private-member), Plugin.__summary_getter] Unused private member `Plugin.__summary_getter(cls)`)
ipalib/plugable.py:432: [C0209(consider-using-f-string), API.__doing] Formatting a regular string which could be a f-string)
ipalib/plugable.py:550: [C0209(consider-using-f-string), API.build_global_parser] Formatting a regular string which could be a f-string)
ipalib/plugable.py:613: [C0209(consider-using-f-string), API.bootstrap_with_global_options] Formatting a regular string which could be a f-string)
ipalib/plugable.py:670: [W0612(unused-variable), API.add_package] Unused variable 'e')
ipalib/plugable.py:707: [C0209(consider-using-f-string), API.add_plugin] Formatting a regular string which could be a f-string)
ipalib/plugable.py:814: [C0209(consider-using-f-string), API._get] Formatting a regular string which could be a f-string)
ipalib/plugable.py:827: [C0209(consider-using-f-string), API.get_plugin_next] Formatting a regular string which could be a f-string)
ipalib/plugable.py:807: [W0238(unused-private-member), API.finalize] Unused private member `API.__finalized`)
ipalib/plugable.py:833: [W0237(arguments-renamed), IPAHelpFormatter.format_epilog] Parameter 'epilog' has been renamed to 'text' in overridden 'IPAHelpFormatter.format_epilog' method)
ipalib/plugable.py:841: [C0209(consider-using-f-string), IPAHelpFormatter.format_epilog] Formatting a regular string which could be a f-string)
************* Module ipalib.aci
ipalib/aci.py:72: [C0209(consider-using-f-string), ACI.__getitem__] Formatting a regular string which could be a f-string)
ipalib/aci.py:89: [C0209(consider-using-f-string), ACI.export_to_string] Formatting a regular string which could be a f-string)
ipalib/aci.py:91: [C0209(consider-using-f-string), ACI.export_to_string] Formatting a regular string which could be a f-string)
ipalib/aci.py:92: [C0209(consider-using-f-string), ACI.export_to_string] Formatting a regular string which could be a f-string)
ipalib/aci.py:134: [C0209(consider-using-f-string), ACI._parse_target] Formatting a regular string which could be a f-string)
ipalib/aci.py:140: [C0209(consider-using-f-string), ACI._parse_target] Formatting a regular string which could be a f-string)
ipalib/aci.py:156: [C0209(consider-using-f-string), ACI._parse_acistr] Formatting a regular string which could be a f-string)
ipalib/aci.py:159: [C0209(consider-using-f-string), ACI._parse_acistr] Formatting a regular string which could be a f-string)
ipalib/aci.py:164: [C0209(consider-using-f-string), ACI._parse_acistr] Formatting a regular string which could be a f-string)
ipalib/aci.py:181: [C0209(consider-using-f-string), ACI.validate] Formatting a regular string which could be a f-string)
************* Module ipalib.install.certstore
ipalib/install/certstore.py:40: [C0209(consider-using-f-string), _parse_cert] Formatting a regular string which could be a f-string)
ipalib/install/certstore.py:44: [C0209(consider-using-f-string), _parse_cert] Formatting a regular string which could be a f-string)
ipalib/install/certstore.py:59: [C0209(consider-using-f-string), init_ca_entry] Formatting a regular string which could be a f-string)
************* Module ipalib.frontend
ipalib/frontend.py:304: [C0209(consider-using-f-string), HasParam._get_param_iterable] Formatting a regular string which could be a f-string)
ipalib/frontend.py:345: [C0209(consider-using-f-string), HasParam._filter_param_by_context] Formatting a regular string which could be a f-string)
ipalib/frontend.py:350: [C0209(consider-using-f-string), HasParam._filter_param_by_context] Formatting a regular string which could be a f-string)
ipalib/frontend.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/frontend.py:542: [C0209(consider-using-f-string), Command._repr_iter] Formatting a regular string which could be a f-string)
ipalib/frontend.py:629: [R1735(use-dict-literal), Command.prompt_param] Consider using {} instead of dict())
ipalib/frontend.py:837: [C0209(consider-using-f-string), Command.execute] Formatting a regular string which could be a f-string)
ipalib/frontend.py:906: [C0209(consider-using-f-string), Command._iter_output] Formatting a regular string which could be a f-string)
ipalib/frontend.py:913: [C0209(consider-using-f-string), Command._iter_output] Formatting a regular string which could be a f-string)
ipalib/frontend.py:942: [C0209(consider-using-f-string), Command.check_args] Formatting a regular string which could be a f-string)
ipalib/frontend.py:947: [C0209(consider-using-f-string), Command.check_args] Formatting a regular string which could be a f-string)
ipalib/frontend.py:995: [C0209(consider-using-f-string), Command.validate_output] Formatting a regular string which could be a f-string)
ipalib/frontend.py:997: [C0209(consider-using-f-string), Command.validate_output] Formatting a regular string which could be a f-string)
ipalib/frontend.py:1005: [C0209(consider-using-f-string), Command.validate_output] Formatting a regular string which could be a f-string)
ipalib/frontend.py:1010: [C0209(consider-using-f-string), Command.validate_output] Formatting a regular string which could be a f-string)
ipalib/frontend.py:1016: [C0209(consider-using-f-string), Command.validate_output] Formatting a regular string which could be a f-string)
ipalib/frontend.py:1119: [C0209(consider-using-f-string), Command.output_for_cli] Formatting a regular string which could be a f-string)
ipalib/frontend.py:1147: [C0209(consider-using-f-string), Command.get_callbacks] Formatting a regular string which could be a f-string)
ipalib/frontend.py:432: [W0238(unused-private-member), Command.__topic_getter] Unused private member `Command.__topic_getter(cls)`)
ipalib/frontend.py:696: [W0238(unused-private-member), Command.__convert_iter] Unused private member `Command.__convert_iter(self, kw)`)
ipalib/frontend.py:1255: [C0209(consider-using-f-string), Object._on_finalize] Formatting a regular string which could be a f-string)
ipalib/frontend.py:1290: [C0209(consider-using-f-string), Object.get_dn] Formatting a regular string which could be a f-string)
ipalib/frontend.py:1375: [C0209(consider-using-f-string), Attribute.attr_name] Formatting a regular string which could be a f-string)
ipalib/frontend.py:1493: [C0209(consider-using-f-string), Updater.execute] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.compat
ipaclient/remote_plugins/compat.py:75: [C0209(consider-using-f-string), get_package] Formatting a regular string which could be a f-string)
************* Module ipaclient.frontend
ipaclient/frontend.py:129: [W0238(unused-private-member), CommandOverride.__doc_getter] Unused private member `CommandOverride.__doc_getter(cls)`)
ipaclient/frontend.py:135: [W0238(unused-private-member), CommandOverride.__summary_getter] Unused private member `CommandOverride.__summary_getter(cls)`)
ipaclient/frontend.py:141: [W0238(unused-private-member), CommandOverride.__NO_CLI_getter] Unused private member `CommandOverride.__NO_CLI_getter(cls)`)
ipaclient/frontend.py:147: [W0238(unused-private-member), CommandOverride.__topic_getter] Unused private member `CommandOverride.__topic_getter(cls)`)
************* Module ipalib.config
ipalib/config.py:220: [C0209(consider-using-f-string), Env.__lock__] Formatting a regular string which could be a f-string)
ipalib/config.py:412: [C0209(consider-using-f-string), Env.__doing] Formatting a regular string which could be a f-string)
ipalib/config.py:490: [C0209(consider-using-f-string), Env._bootstrap] Formatting a regular string which could be a f-string)
ipalib/config.py:501: [C0209(consider-using-f-string), Env._bootstrap] Formatting a regular string which could be a f-string)
ipalib/config.py:518: [C0209(consider-using-f-string), Env._bootstrap] Formatting a regular string which could be a f-string)
ipalib/config.py:583: [C0209(consider-using-f-string), Env._finalize_core] Formatting a regular string which could be a f-string)
ipalib/config.py:604: [C0209(consider-using-f-string), Env._finalize_core] Formatting a regular string which could be a f-string)
ipalib/config.py:609: [C0209(consider-using-f-string), Env._finalize_core] Formatting a regular string which could be a f-string)
ipalib/config.py:643: [C0209(consider-using-f-string), Env._finalize_core] Formatting a regular string which could be a f-string)
ipalib/config.py:653: [C0209(consider-using-f-string), Env._finalize_core] Formatting a regular string which could be a f-string)
************* Module ipapython.ipaldap
ipapython/ipaldap.py:60: [W1512(deprecated-class), ] Using deprecated class MutableMapping of module collections)
ipapython/ipaldap.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipaldap.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipaldap.py:228: [C0209(consider-using-f-string), SchemaCache._retrieve_schema_from_server] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipaldap.py:229: [C0209(consider-using-f-string), SchemaCache._retrieve_schema_from_server] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:335: [C0209(consider-using-f-string), LDAPEntry.__repr__] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:366: [C0209(consider-using-f-string), LDAPEntry._sync_attr] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:382: [C0209(consider-using-f-string), LDAPEntry._sync_attr] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:396: [C0209(consider-using-f-string), LDAPEntry._attr_name] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:455: [C0209(consider-using-f-string), LDAPEntry._set_raw] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:460: [C0209(consider-using-f-string), LDAPEntry._set_raw] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:651: [C0209(consider-using-f-string), SingleValueLDAPEntryView.__getitem__] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:835: [C0209(consider-using-f-string), LDAPClient.from_hostname_secure] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:837: [C0209(consider-using-f-string), LDAPClient.from_hostname_secure] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:849: [C0209(consider-using-f-string), LDAPClient.from_hostname_plain] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1005: [C0209(consider-using-f-string), LDAPClient.encode] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1030: [C0209(consider-using-f-string), LDAPClient.decode] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1045: [C0209(consider-using-f-string), LDAPClient.decode] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1066: [C0209(consider-using-f-string), LDAPClient._convert_result] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1097: [C0209(consider-using-f-string), LDAPClient.error_handler] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1118: [C0209(consider-using-f-string), LDAPClient.error_handler] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1120: [C0209(consider-using-f-string), LDAPClient.error_handler] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1154: [C0209(consider-using-f-string), LDAPClient.error_handler] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1327: [C0209(consider-using-f-string), LDAPClient.combine_filters] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1331: [C0209(consider-using-f-string), LDAPClient.combine_filters] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1336: [C0209(consider-using-f-string), LDAPClient.combine_filters] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1337: [C0209(consider-using-f-string), LDAPClient.combine_filters] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1339: [C0209(consider-using-f-string), LDAPClient.combine_filters] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipapython/ipaldap.py:1389: [C0209(consider-using-f-string), LDAPClient.make_filter_from_attr] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1390: [C0209(consider-using-f-string), LDAPClient.make_filter_from_attr] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1608: [C0209(consider-using-f-string), LDAPClient.__get_effective_rights_control] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1750: [C0209(consider-using-f-string), get_ldap_uri] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1752: [C0209(consider-using-f-string), get_ldap_uri] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1755: [C0209(consider-using-f-string), get_ldap_uri] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:1757: [C0209(consider-using-f-string), get_ldap_uri] Formatting a regular string which could be a f-string)
ipapython/ipaldap.py:2006: [C0209(consider-using-f-string), LDAPCache.get_entry] Formatting a regular string which could be a f-string)
************* Module ipalib.install.kinit
ipalib/install/kinit.py:125: [C0209(consider-using-f-string), kinit_armor] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_49.trust
ipaclient/remote_plugins/2_49/trust.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/trust.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.discovery
ipaclient/discovery.py:137: [W1514(unspecified-encoding), IPADiscovery.__get_resolver_domains] Using open without explicitly specifying an encoding)
ipaclient/discovery.py:260: [C0209(consider-using-f-string), IPADiscovery.search] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:274: [C0209(consider-using-f-string), IPADiscovery.search] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:296: [C0209(consider-using-f-string), IPADiscovery.search] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:304: [C0209(consider-using-f-string), IPADiscovery.search] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:335: [C0209(consider-using-f-string), IPADiscovery.search] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:450: [C0209(consider-using-f-string), IPADiscovery.ipacheckldap] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:526: [C0209(consider-using-f-string), IPADiscovery.ipadns_search_srv] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:544: [C0209(consider-using-f-string), IPADiscovery.ipadns_search_srv] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:631: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:634: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:636: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
ipaclient/discovery.py:640: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_49.sudocmdgroup
ipaclient/remote_plugins/2_49/sudocmdgroup.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmdgroup.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.sudocmd
ipaclient/remote_plugins/2_49/sudocmd.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudocmd.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins
ipaclient/remote_plugins/__init__.py:24: [W1512(deprecated-class), ] Using deprecated class MutableMapping of module collections)
ipaclient/remote_plugins/__init__.py:42: [C0207(use-maxsplit-arg), ServerInfo.__init__] Use locale.setlocale(locale.LC_MESSAGES, '').split('.', maxsplit=1)[0] instead)
ipaclient/remote_plugins/__init__.py:52: [W1514(unspecified-encoding), ServerInfo._read] Using open without explicitly specifying an encoding)
ipaclient/remote_plugins/__init__.py:71: [W1514(unspecified-encoding), ServerInfo._write] Using open without explicitly specifying an encoding)
************* Module ipaclient.remote_plugins.2_49.selfservice
ipaclient/remote_plugins/2_49/selfservice.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selfservice.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipalib.install.certmonger
ipalib/install/certmonger.py:128: [C0209(consider-using-f-string), _certmonger._start_private_conn] Formatting a regular string which could be a f-string)
ipalib/install/certmonger.py:218: [C0209(consider-using-f-string), _get_requests] Formatting a regular string which could be a f-string)
ipalib/install/certmonger.py:254: [C0209(consider-using-f-string), _get_request] Formatting a regular string which could be a f-string)
ipalib/install/certmonger.py:415: [C0209(consider-using-f-string), request_and_wait_for_cert] Formatting a regular string which could be a f-string)
ipalib/install/certmonger.py:444: [C0209(consider-using-f-string), request_cert] Formatting a regular string which could be a f-string)
ipalib/install/certmonger.py:542: [C0209(consider-using-f-string), start_tracking] Formatting a regular string which could be a f-string)
ipalib/install/certmonger.py:601: [R1735(use-dict-literal), stop_tracking] Consider using {} instead of dict())
ipalib/install/certmonger.py:708: [C0209(consider-using-f-string), add_principal_to_cas] Formatting a regular string which could be a f-string)
ipalib/install/certmonger.py:736: [C0209(consider-using-f-string), modify_ca_helper] Formatting a regular string which could be a f-string)
ipalib/install/certmonger.py:756: [W1514(unspecified-encoding), get_pin] Using open without explicitly specifying an encoding)
************* Module ipaclient.remote_plugins.2_49.ping
ipaclient/remote_plugins/2_49/ping.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.service
ipaclient/remote_plugins/2_49/service.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/service.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.user
ipaclient/remote_plugins/2_49/user.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:311: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:318: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:325: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:338: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:352: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:670: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:676: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:682: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:694: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:707: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:990: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:996: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1002: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1014: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/user.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1069: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1093: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/user.py:1370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.passwd
ipaclient/remote_plugins/2_49/passwd.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/passwd.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/passwd.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/passwd.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/passwd.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/passwd.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.role
ipaclient/remote_plugins/2_49/role.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/role.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.migration
ipaclient/remote_plugins/2_49/migration.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/migration.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.misc
ipaclient/remote_plugins/2_49/misc.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/misc.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.join
ipaclient/remote_plugins/2_49/join.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/join.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/join.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/join.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.pwpolicy
ipaclient/remote_plugins/2_49/pwpolicy.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/pwpolicy.py:945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.internal
ipaclient/remote_plugins/2_49/internal.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/internal.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/internal.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/internal.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/internal.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/internal.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/internal.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/internal.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/internal.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.privilege
ipaclient/remote_plugins/2_49/privilege.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/privilege.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.krbtpolicy
ipaclient/remote_plugins/2_49/krbtpolicy.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/krbtpolicy.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.sudorule
ipaclient/remote_plugins/2_49/sudorule.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:941: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/sudorule.py:1561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipalib.x509
ipalib/x509.py:113: [C0209(consider-using-f-string), IPACertificate.__init__] Formatting a regular string which could be a f-string)
ipalib/x509.py:400: [W1505(deprecated-method), IPACertificate.match_hostname] Using deprecated method match_hostname())
ipalib/x509.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/x509.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/x509.py:645: [C0209(consider-using-f-string), _decode_krb5principalname] Formatting a regular string which could be a f-string)
ipalib/x509.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/x509.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/x509.py:891: [C0209(consider-using-f-string), MSCSTemplateV2.check_version_in_range] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_49.permission
ipaclient/remote_plugins/2_49/permission.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/permission.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.hbactest
ipaclient/remote_plugins/2_49/hbactest.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbactest.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.schema
ipaclient/remote_plugins/schema.py:34: [W1512(deprecated-class), ] Using deprecated class Mapping of module collections)
ipaclient/remote_plugins/schema.py:34: [W1512(deprecated-class), ] Using deprecated class Sequence of module collections)
ipaclient/remote_plugins/schema.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/schema.py:128: [C0209(consider-using-f-string), _SchemaPlugin.summary] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/schema.py:149: [C0209(consider-using-f-string), _SchemaPlugin._create_default_from] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/schema.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/schema.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/schema.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/schema.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/schema.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/schema.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/schema.py:509: [C0209(consider-using-f-string), Schema._write_schema_data] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/schema.py:574: [C0209(consider-using-f-string), get_package] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/schema.py:575: [C0209(consider-using-f-string), get_package] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/schema.py:604: [C0209(consider-using-f-string), get_package] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_49.idrange
ipaclient/remote_plugins/2_49/idrange.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/idrange.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.netgroup
ipaclient/remote_plugins/2_49/netgroup.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/netgroup.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.hbacsvc
ipaclient/remote_plugins/2_49/hbacsvc.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvc.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.hostgroup
ipaclient/remote_plugins/2_49/hostgroup.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hostgroup.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipalib.cli
ipalib/cli.py:139: [C0209(consider-using-f-string), textui.max_col_width] Formatting a regular string which could be a f-string)
ipalib/cli.py:293: [C0209(consider-using-f-string), textui.print_keyval] Formatting a regular string which could be a f-string)
ipalib/cli.py:336: [C0209(consider-using-f-string), textui.print_attribute] Formatting a regular string which could be a f-string)
ipalib/cli.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:350: [C0209(consider-using-f-string), textui.print_attribute] Formatting a regular string which could be a f-string)
ipalib/cli.py:392: [R1735(use-dict-literal), textui.print_entry] Consider using {} instead of dict())
ipalib/cli.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:502: [C0209(consider-using-f-string), textui.print_name] Formatting a regular string which could be a f-string)
ipalib/cli.py:553: [C0209(consider-using-f-string), textui.print_error] Formatting a regular string which could be a f-string)
ipalib/cli.py:568: [C0209(consider-using-f-string), textui.print_prompt_attribute_error] Formatting a regular string which could be a f-string)
ipalib/cli.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:576: [C0209(consider-using-f-string), textui.prompt] Formatting a regular string which could be a f-string)
ipalib/cli.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:578: [C0209(consider-using-f-string), textui.prompt] Formatting a regular string which could be a f-string)
ipalib/cli.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:580: [C0209(consider-using-f-string), textui.prompt] Formatting a regular string which could be a f-string)
ipalib/cli.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:582: [C0209(consider-using-f-string), textui.prompt] Formatting a regular string which could be a f-string)
ipalib/cli.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:607: [C0209(consider-using-f-string), textui.prompt_yesno] Formatting a regular string which could be a f-string)
ipalib/cli.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:609: [C0209(consider-using-f-string), textui.prompt_yesno] Formatting a regular string which could be a f-string)
ipalib/cli.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:629: [C0209(consider-using-f-string), textui.prompt_password] Formatting a regular string which could be a f-string)
ipalib/cli.py:671: [C0209(consider-using-f-string), textui.select_entry] Formatting a regular string which could be a f-string)
ipalib/cli.py:679: [C0209(consider-using-f-string), textui.select_entry] Formatting a regular string which could be a f-string)
ipalib/cli.py:695: [C0209(consider-using-f-string), textui.select_entry] Formatting a regular string which could be a f-string)
ipalib/cli.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:753: [C0209(consider-using-f-string), help._get_topic] Formatting a regular string which could be a f-string)
ipalib/cli.py:862: [C0209(consider-using-f-string), help.run] Formatting a regular string which could be a f-string)
ipalib/cli.py:872: [C0209(consider-using-f-string), help.print_topics] Formatting a regular string which could be a f-string)
ipalib/cli.py:884: [C0209(consider-using-f-string), help.print_commands] Formatting a regular string which could be a f-string)
ipalib/cli.py:893: [C0206(consider-using-dict-items), help.print_commands] Consider iterating with .items())
ipalib/cli.py:913: [C0209(consider-using-f-string), help.print_commands] Formatting a regular string which could be a f-string)
ipalib/cli.py:1003: [W1514(unspecified-encoding), console.run] Using open without explicitly specifying an encoding)
ipalib/cli.py:1006: [C0209(consider-using-f-string), console.run] Formatting a regular string which could be a f-string)
ipalib/cli.py:1055: [C0209(consider-using-f-string), show_api.run] Formatting a regular string which could be a f-string)
ipalib/cli.py:1063: [C0209(consider-using-f-string), show_api.run] Formatting a regular string which could be a f-string)
ipalib/cli.py:1070: [C0209(consider-using-f-string), show_api.__traverse] Formatting a regular string which could be a f-string)
ipalib/cli.py:1117: [C0209(consider-using-f-string), CLIOptionParserFormatter.format_argument] Formatting a regular string which could be a f-string)
ipalib/cli.py:1120: [C0209(consider-using-f-string), CLIOptionParserFormatter.format_argument] Formatting a regular string which could be a f-string)
ipalib/cli.py:1125: [C0209(consider-using-f-string), CLIOptionParserFormatter.format_argument] Formatting a regular string which could be a f-string)
ipalib/cli.py:1126: [C0209(consider-using-f-string), CLIOptionParserFormatter.format_argument] Formatting a regular string which could be a f-string)
ipalib/cli.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/cli.py:1286: [C0209(consider-using-f-string), cli.build_parser] Formatting a regular string which could be a f-string)
ipalib/cli.py:1288: [C0209(consider-using-f-string), cli.build_parser] Formatting a regular string which could be a f-string)
ipalib/cli.py:1302: [C0209(consider-using-f-string), cli.build_parser] Formatting a regular string which could be a f-string)
ipalib/cli.py:1322: [C0209(consider-using-f-string), cli.__get_arg_name] Formatting a regular string which could be a f-string)
ipalib/cli.py:1326: [C0209(consider-using-f-string), cli.__get_arg_name] Formatting a regular string which could be a f-string)
ipalib/cli.py:1329: [C0209(consider-using-f-string), cli.usage_iter] Formatting a regular string which could be a f-string)
ipalib/cli.py:1404: [W1514(unspecified-encoding), cli.load_files] Using open without explicitly specifying an encoding)
ipalib/cli.py:1409: [C0209(consider-using-f-string), cli.load_files] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_49.hbacsvcgroup
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacsvcgroup.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.entitle
ipaclient/remote_plugins/2_49/entitle.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/entitle.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.batch
ipaclient/remote_plugins/2_49/batch.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.__init__
ipaclient/remote_plugins/2_49/__init__.py:11: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.config
ipaclient/remote_plugins/2_49/config.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/config.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.cert
ipaclient/remote_plugins/2_49/cert.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/cert.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.delegation
ipaclient/remote_plugins/2_49/delegation.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/delegation.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.host
ipaclient/remote_plugins/2_49/host.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/host.py:1028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipalib.util
ipalib/util.py:140: [R1735(use-dict-literal), normalize_name] Consider using {} instead of dict())
ipalib/util.py:220: [W1514(unspecified-encoding), check_writable_file] Using open without explicitly specifying an encoding)
ipalib/util.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/util.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/util.py:270: [C0209(consider-using-f-string), get_proper_tls_version_span] Formatting a regular string which could be a f-string)
ipalib/util.py:276: [C0209(consider-using-f-string), get_proper_tls_version_span] Formatting a regular string which could be a f-string)
ipalib/util.py:340: [C0209(consider-using-f-string), create_https_connection] Formatting a regular string which could be a f-string)
ipalib/util.py:382: [W1514(unspecified-encoding), create_https_connection] Using open without explicitly specifying an encoding)
ipalib/util.py:421: [C0209(consider-using-f-string), validate_dns_label] Formatting a regular string which could be a f-string)
ipalib/util.py:422: [C0209(consider-using-f-string), validate_dns_label] Formatting a regular string which could be a f-string)
ipalib/util.py:439: [C0209(consider-using-f-string), validate_domain_name] Formatting a regular string which could be a f-string)
ipalib/util.py:478: [C0209(consider-using-f-string), validate_hostname] Formatting a regular string which could be a f-string)
ipalib/util.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/util.py:535: [C0209(consider-using-f-string), convert_sshpubkey_post] Formatting a regular string which could be a f-string)
ipalib/util.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/util.py:536: [C0209(consider-using-f-string), convert_sshpubkey_post] Formatting a regular string which could be a f-string)
ipalib/util.py:667: [C0209(consider-using-f-string), parse_time_duration] Formatting a regular string which could be a f-string)
ipalib/util.py:673: [C0209(consider-using-f-string), parse_time_duration] Formatting a regular string which could be a f-string)
ipalib/util.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/util.py:1004: [C0209(consider-using-f-string), detect_dns_zone_realm_type] Formatting a regular string which could be a f-string)
ipalib/util.py:1042: [C0209(consider-using-f-string), print_replication_status] Formatting a regular string which could be a f-string)
ipalib/util.py:1043: [C0209(consider-using-f-string), print_replication_status] Formatting a regular string which could be a f-string)
ipalib/util.py:1050: [C0209(consider-using-f-string), print_replication_status] Formatting a regular string which could be a f-string)
ipalib/util.py:1051: [C0209(consider-using-f-string), print_replication_status] Formatting a regular string which could be a f-string)
ipalib/util.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/util.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/util.py:1151: [C0209(consider-using-f-string), validate_bind_forwarder] Formatting a regular string which could be a f-string)
ipalib/util.py:1249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/util.py:1283: [C0209(consider-using-f-string), no_matching_interface_for_ip_address_warning] Formatting a regular string which could be a f-string)
ipalib/util.py:1360: [C0209(consider-using-f-string), APIRepr.repr_type] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_49.group
ipaclient/remote_plugins/2_49/group.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/group.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.aci
ipaclient/remote_plugins/2_49/aci.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/aci.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.automember
ipaclient/remote_plugins/2_49/automember.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automember.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.sudocmd
ipaclient/remote_plugins/2_164/sudocmd.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmd.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.sudocmdgroup
ipaclient/remote_plugins/2_164/sudocmdgroup.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudocmdgroup.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.selinuxusermap
ipaclient/remote_plugins/2_49/selinuxusermap.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/selinuxusermap.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.server
ipaclient/remote_plugins/2_164/server.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/server.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.automount
ipaclient/remote_plugins/2_49/automount.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1069: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/automount.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.topology
ipaclient/remote_plugins/2_164/topology.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/topology.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.trust
ipaclient/remote_plugins/2_164/trust.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/trust.py:1262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.selfservice
ipaclient/remote_plugins/2_164/selfservice.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selfservice.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.realmdomains
ipaclient/remote_plugins/2_164/realmdomains.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/realmdomains.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.vault
ipaclient/remote_plugins/2_164/vault.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/vault.py:1678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.servicedelegation
ipaclient/remote_plugins/2_164/servicedelegation.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/servicedelegation.py:905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.ping
ipaclient/remote_plugins/2_164/ping.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.stageuser
ipaclient/remote_plugins/2_164/stageuser.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:417: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:424: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:431: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:444: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:458: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:837: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:843: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:849: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:861: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:874: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1094: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1214: [C0209(consider-using-f-string), stageuser_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:1219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1220: [C0209(consider-using-f-string), stageuser_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:1225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1226: [C0209(consider-using-f-string), stageuser_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1238: [C0209(consider-using-f-string), stageuser_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/stageuser.py:1244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/stageuser.py:1614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.selinuxusermap
ipaclient/remote_plugins/2_164/selinuxusermap.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/selinuxusermap.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.passwd
ipaclient/remote_plugins/2_164/passwd.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/passwd.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/passwd.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/passwd.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/passwd.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/passwd.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/passwd.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/passwd.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.role
ipaclient/remote_plugins/2_164/role.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/role.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.radiusproxy
ipaclient/remote_plugins/2_164/radiusproxy.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/radiusproxy.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.service
ipaclient/remote_plugins/2_164/service.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/service.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.sudorule
ipaclient/remote_plugins/2_164/sudorule.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/sudorule.py:1774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.misc
ipaclient/remote_plugins/2_164/misc.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/misc.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.otpconfig
ipaclient/remote_plugins/2_164/otpconfig.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otpconfig.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.migration
ipaclient/remote_plugins/2_164/migration.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/migration.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.join
ipaclient/remote_plugins/2_164/join.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/join.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/join.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/join.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.internal
ipaclient/remote_plugins/2_164/internal.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/internal.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/internal.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/internal.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/internal.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/internal.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/internal.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/internal.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/internal.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.privilege
ipaclient/remote_plugins/2_164/privilege.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/privilege.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.pwpolicy
ipaclient/remote_plugins/2_164/pwpolicy.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/pwpolicy.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.hbactest
ipaclient/remote_plugins/2_164/hbactest.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbactest.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.hbacrule
ipaclient/remote_plugins/2_49/hbacrule.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/hbacrule.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.krbtpolicy
ipaclient/remote_plugins/2_164/krbtpolicy.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/krbtpolicy.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.domainlevel
ipaclient/remote_plugins/2_164/domainlevel.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/domainlevel.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/domainlevel.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.idrange
ipaclient/remote_plugins/2_164/idrange.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idrange.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.permission
ipaclient/remote_plugins/2_164/permission.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:941: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1035: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/permission.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.otptoken
ipaclient/remote_plugins/2_164/otptoken.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/otptoken.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.netgroup
ipaclient/remote_plugins/2_164/netgroup.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/netgroup.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.hbacsvc
ipaclient/remote_plugins/2_164/hbacsvc.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvc.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.hbacsvcgroup
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacsvcgroup.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipalib.parameters
ipalib/parameters.py:250: [C0209(consider-using-f-string), DefaultFrom.__repr__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:515: [C0209(consider-using-f-string), Param.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:522: [C0209(consider-using-f-string), Param.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:548: [C0209(consider-using-f-string), Param.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:552: [C0209(consider-using-f-string), Param.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:560: [C0209(consider-using-f-string), Param.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:578: [C0209(consider-using-f-string), Param.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:584: [C0209(consider-using-f-string), Param.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:595: [C0209(consider-using-f-string), Param.__repr__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:617: [C0209(consider-using-f-string), Param.__repr_iter] Formatting a regular string which could be a f-string)
ipalib/parameters.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1137: [C0209(consider-using-f-string), Int.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1220: [C0209(consider-using-f-string), Decimal.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1230: [C0209(consider-using-f-string), Decimal.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1235: [C0209(consider-using-f-string), Decimal.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1354: [C0209(consider-using-f-string), Data.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1359: [C0209(consider-using-f-string), Data.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1364: [C0209(consider-using-f-string), Data.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1370: [C0209(consider-using-f-string), Data.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1375: [C0209(consider-using-f-string), Data.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1702: [C0209(consider-using-f-string), Enum.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1709: [C0209(consider-using-f-string), Enum.__init__] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1716: [C0209(consider-using-f-string), Enum._rule_values] Formatting a regular string which could be a f-string)
ipalib/parameters.py:1838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/parameters.py:1995: [C0209(consider-using-f-string), AccessTime._check_generalized] Formatting a regular string which could be a f-string)
ipalib/parameters.py:2023: [C0209(consider-using-f-string), AccessTime._check] Formatting a regular string which could be a f-string)
ipalib/parameters.py:2121: [C0209(consider-using-f-string), DNSNameParam.__init__] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_164.hostgroup
ipaclient/remote_plugins/2_164/hostgroup.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hostgroup.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.batch
ipaclient/remote_plugins/2_164/batch.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.cert
ipaclient/remote_plugins/2_164/cert.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/cert.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.config
ipaclient/remote_plugins/2_164/config.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/config.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.delegation
ipaclient/remote_plugins/2_164/delegation.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/delegation.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.__init__
ipaclient/remote_plugins/2_164/__init__.py:11: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.certprofile
ipaclient/remote_plugins/2_164/certprofile.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/certprofile.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.group
ipaclient/remote_plugins/2_164/group.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/group.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.user
ipaclient/remote_plugins/2_164/user.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:376: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:383: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:390: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:403: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:417: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:932: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:938: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:944: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:956: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:969: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1069: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1328: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:1333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1334: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1340: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:1346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1352: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_164/user.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1947: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/user.py:1991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.host
ipaclient/remote_plugins/2_164/host.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1045: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1074: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/host.py:1678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.idviews
ipaclient/remote_plugins/2_164/idviews.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/idviews.py:1491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.hbacrule
ipaclient/remote_plugins/2_164/hbacrule.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/hbacrule.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.automember
ipaclient/remote_plugins/2_164/automember.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automember.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.aci
ipaclient/remote_plugins/2_164/aci.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/aci.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_49.dns
ipaclient/remote_plugins/2_49/dns.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1035: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:1995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2045: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2069: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2947: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:2999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3093: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3094: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3947: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:3995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4167: [C0209(consider-using-f-string), dnszone_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/dns.py:4173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4547: [C0209(consider-using-f-string), dnszone_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/dns.py:4554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4781: [C0209(consider-using-f-string), dnszone_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_49/dns.py:4788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:4995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_49/dns.py:5061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.caacl
ipaclient/remote_plugins/2_164/caacl.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/caacl.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.server
ipaclient/remote_plugins/2_156/server.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/server.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.sudocmd
ipaclient/remote_plugins/2_156/sudocmd.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmd.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.sudocmdgroup
ipaclient/remote_plugins/2_156/sudocmdgroup.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudocmdgroup.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.topology
ipaclient/remote_plugins/2_156/topology.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:37: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:46: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/topology.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.realmdomains
ipaclient/remote_plugins/2_156/realmdomains.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/realmdomains.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_164.automount
ipaclient/remote_plugins/2_164/automount.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/automount.py:1226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.selfservice
ipaclient/remote_plugins/2_156/selfservice.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selfservice.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipalib.rpc
ipalib/rpc.py:534: [C0207(use-maxsplit-arg), LanguageAwareTransport.get_host_info] Use locale.setlocale(locale.LC_MESSAGES, '').split('.', maxsplit=1)[0] instead)
ipalib/rpc.py:548: [C0209(consider-using-f-string), LanguageAwareTransport.get_host_info] Formatting a regular string which could be a f-string)
ipalib/rpc.py:657: [C0209(consider-using-f-string), KerbTransport._set_auth_header] Formatting a regular string which could be a f-string)
ipalib/rpc.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipalib/rpc.py:745: [W0612(unused-variable), KerbTransport.single_request] Unused variable 'e')
ipalib/rpc.py:840: [W0612(unused-variable), KerbTransport.store_session_cookie] Unused variable 'e')
ipalib/rpc.py:884: [C0209(consider-using-f-string), RPCClient.get_url_list] Formatting a regular string which could be a f-string)
ipalib/rpc.py:893: [C0209(consider-using-f-string), RPCClient.get_url_list] Formatting a regular string which could be a f-string)
ipalib/rpc.py:980: [W0612(unused-variable), RPCClient.apply_session_cookie] Unused variable 'e')
************* Module ipaclient.remote_plugins.2_156.vault
ipaclient/remote_plugins/2_156/vault.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/vault.py:1678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.ping
ipaclient/remote_plugins/2_156/ping.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.radiusproxy
ipaclient/remote_plugins/2_156/radiusproxy.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/radiusproxy.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.servicedelegation
ipaclient/remote_plugins/2_156/servicedelegation.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/servicedelegation.py:905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.passwd
ipaclient/remote_plugins/2_156/passwd.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/passwd.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/passwd.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/passwd.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/passwd.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/passwd.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/passwd.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/passwd.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.user
ipaclient/remote_plugins/2_156/user.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:376: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:383: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:390: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:403: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:417: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:870: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:876: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:882: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:894: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:907: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1002: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1094: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1266: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:1271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1272: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:1277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1278: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:1284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1290: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/user.py:1296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/user.py:1867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.selinuxusermap
ipaclient/remote_plugins/2_156/selinuxusermap.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/selinuxusermap.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.service
ipaclient/remote_plugins/2_156/service.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/service.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.role
ipaclient/remote_plugins/2_156/role.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/role.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.otpconfig
ipaclient/remote_plugins/2_156/otpconfig.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otpconfig.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.misc
ipaclient/remote_plugins/2_156/misc.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/misc.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.join
ipaclient/remote_plugins/2_156/join.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/join.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/join.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/join.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.stageuser
ipaclient/remote_plugins/2_156/stageuser.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:417: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:424: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:431: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:444: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:458: [C0209(consider-using-f-string), stageuser_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:775: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:781: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:787: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:799: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:812: [C0209(consider-using-f-string), stageuser_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:941: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:947: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1152: [C0209(consider-using-f-string), stageuser_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:1157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1158: [C0209(consider-using-f-string), stageuser_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:1163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1164: [C0209(consider-using-f-string), stageuser_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:1170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1176: [C0209(consider-using-f-string), stageuser_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_156/stageuser.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/stageuser.py:1490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.migration
ipaclient/remote_plugins/2_156/migration.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/migration.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.internal
ipaclient/remote_plugins/2_156/internal.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/internal.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/internal.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/internal.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/internal.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/internal.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/internal.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/internal.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/internal.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.krbtpolicy
ipaclient/remote_plugins/2_156/krbtpolicy.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/krbtpolicy.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.privilege
ipaclient/remote_plugins/2_156/privilege.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/privilege.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.hbactest
ipaclient/remote_plugins/2_156/hbactest.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbactest.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.sudorule
ipaclient/remote_plugins/2_156/sudorule.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/sudorule.py:1774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.domainlevel
ipaclient/remote_plugins/2_156/domainlevel.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/domainlevel.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/domainlevel.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.pwpolicy
ipaclient/remote_plugins/2_156/pwpolicy.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/pwpolicy.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.idrange
ipaclient/remote_plugins/2_156/idrange.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idrange.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.permission
ipaclient/remote_plugins/2_156/permission.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:941: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1035: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/permission.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.otptoken
ipaclient/remote_plugins/2_156/otptoken.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/otptoken.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.netgroup
ipaclient/remote_plugins/2_156/netgroup.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/netgroup.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.hbacsvc
ipaclient/remote_plugins/2_156/hbacsvc.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvc.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.hbacsvcgroup
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacsvcgroup.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.hostgroup
ipaclient/remote_plugins/2_156/hostgroup.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hostgroup.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.batch
ipaclient/remote_plugins/2_156/batch.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.config
ipaclient/remote_plugins/2_156/config.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/config.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.__init__
ipaclient/remote_plugins/2_156/__init__.py:11: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.delegation
ipaclient/remote_plugins/2_156/delegation.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/delegation.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.cert
ipaclient/remote_plugins/2_156/cert.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/cert.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.certprofile
ipaclient/remote_plugins/2_156/certprofile.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/certprofile.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.group
ipaclient/remote_plugins/2_156/group.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/group.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.trust
ipaclient/remote_plugins/2_156/trust.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/trust.py:1262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.hbacrule
ipaclient/remote_plugins/2_156/hbacrule.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/hbacrule.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.aci
ipaclient/remote_plugins/2_156/aci.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/aci.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.sudocmd
ipaclient/remote_plugins/2_114/sudocmd.py:42: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmd.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.idviews
ipaclient/remote_plugins/2_156/idviews.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/idviews.py:1491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.automember
ipaclient/remote_plugins/2_156/automember.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automember.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.sudocmdgroup
ipaclient/remote_plugins/2_114/sudocmdgroup.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudocmdgroup.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.realmdomains
ipaclient/remote_plugins/2_114/realmdomains.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/realmdomains.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.host
ipaclient/remote_plugins/2_156/host.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1045: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1074: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/host.py:1678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.selfservice
ipaclient/remote_plugins/2_114/selfservice.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selfservice.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.caacl
ipaclient/remote_plugins/2_156/caacl.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/caacl.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.ping
ipaclient/remote_plugins/2_114/ping.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_156.automount
ipaclient/remote_plugins/2_156/automount.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/automount.py:1226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.passwd
ipaclient/remote_plugins/2_114/passwd.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/passwd.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/passwd.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/passwd.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/passwd.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/passwd.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/passwd.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/passwd.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.radiusproxy
ipaclient/remote_plugins/2_114/radiusproxy.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/radiusproxy.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.service
ipaclient/remote_plugins/2_114/service.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:941: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:972: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1074: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/service.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.selinuxusermap
ipaclient/remote_plugins/2_114/selinuxusermap.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/selinuxusermap.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.misc
ipaclient/remote_plugins/2_114/misc.py:41: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:47: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/misc.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.trust
ipaclient/remote_plugins/2_114/trust.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/trust.py:1248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.join
ipaclient/remote_plugins/2_114/join.py:34: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/join.py:44: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/join.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/join.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.migration
ipaclient/remote_plugins/2_114/migration.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/migration.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.otpconfig
ipaclient/remote_plugins/2_114/otpconfig.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otpconfig.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.role
ipaclient/remote_plugins/2_114/role.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/role.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.internal
ipaclient/remote_plugins/2_114/internal.py:36: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/internal.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/internal.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/internal.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/internal.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/internal.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/internal.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/internal.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/internal.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.privilege
ipaclient/remote_plugins/2_114/privilege.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/privilege.py:654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.krbtpolicy
ipaclient/remote_plugins/2_114/krbtpolicy.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/krbtpolicy.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.hbactest
ipaclient/remote_plugins/2_114/hbactest.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbactest.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.otptoken
ipaclient/remote_plugins/2_114/otptoken.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/otptoken.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.netgroup
ipaclient/remote_plugins/2_114/netgroup.py:52: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:63: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:68: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:69: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:74: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/netgroup.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.pwpolicy
ipaclient/remote_plugins/2_114/pwpolicy.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/pwpolicy.py:935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.sudorule
ipaclient/remote_plugins/2_114/sudorule.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:84: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/sudorule.py:1774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.hbacsvc
ipaclient/remote_plugins/2_114/hbacsvc.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:51: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:56: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:62: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvc.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.hostgroup
ipaclient/remote_plugins/2_114/hostgroup.py:58: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:59: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:64: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hostgroup.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.hbacsvcgroup
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:49: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:55: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:96: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacsvcgroup.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.batch
ipaclient/remote_plugins/2_114/batch.py:57: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.config
ipaclient/remote_plugins/2_114/config.py:73: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:78: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:82: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/config.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.cert
ipaclient/remote_plugins/2_114/cert.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/cert.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.__init__
ipaclient/remote_plugins/2_114/__init__.py:11: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.delegation
ipaclient/remote_plugins/2_114/delegation.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:60: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:66: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:67: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:72: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:77: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:99: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/delegation.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.group
ipaclient/remote_plugins/2_114/group.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/group.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.hbacrule
ipaclient/remote_plugins/2_114/hbacrule.py:76: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:87: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/hbacrule.py:1303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.idviews
ipaclient/remote_plugins/2_114/idviews.py:38: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:43: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:48: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:53: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:54: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:65: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:70: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:80: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:81: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:86: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:91: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:92: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:97: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:305: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idviews.py:1411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.host
ipaclient/remote_plugins/2_114/host.py:89: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:94: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:376: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1053: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/host.py:1554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.plugins.rpcclient
ipaclient/plugins/rpcclient.py:53: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module ipaclient.plugins.migration
ipaclient/plugins/migration.py:69: [C0209(consider-using-f-string), migrate_ds.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/migration.py:76: [C0209(consider-using-f-string), migrate_ds.output_for_cli] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_114.automember
ipaclient/remote_plugins/2_114/automember.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:730: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:788: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automember.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.plugins.location
ipaclient/plugins/location.py:31: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/location.py:31: [C0209(consider-using-f-string), location_show.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/location.py:32: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.plugins.idrange
ipaclient/plugins/idrange.py:61: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.aci
ipaclient/remote_plugins/2_114/aci.py:128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:395: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:453: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:602: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/aci.py:810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.plugins.hbacrule
ipaclient/plugins/hbacrule.py:31: [C0209(consider-using-f-string), hbacrule_add_accesstime.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/hbacrule.py:42: [C0209(consider-using-f-string), hbacrule_remove_accesstime.output_for_cli] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_114.user
ipaclient/remote_plugins/2_114/user.py:71: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:75: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:79: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:83: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:88: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:98: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:364: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:371: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:377: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:378: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:391: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:405: [C0209(consider-using-f-string), user_add.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:764: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:784: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:790: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:796: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:808: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:821: [C0209(consider-using-f-string), user_find.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:941: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1094: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1166: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:1171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1172: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:1177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1178: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:1184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1190: [C0209(consider-using-f-string), user_mod.<lambda>] Formatting a regular string which could be a f-string)
ipaclient/remote_plugins/2_114/user.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1378: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/user.py:1621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.permission
ipaclient/remote_plugins/2_114/permission.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:108: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:159: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:244: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:297: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:1005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:1006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:1012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:1019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:1026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/permission.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.automount
ipaclient/remote_plugins/2_114/automount.py:126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:150: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:167: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:256: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:404: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:644: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:649: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/automount.py:1226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.remote_plugins.2_114.idrange
ipaclient/remote_plugins/2_114/idrange.py:148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:413: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:588: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/idrange.py:618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.plugins.automount
ipaclient/plugins/automount.py:39: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/automount.py:40: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/automount.py:77: [C0209(consider-using-f-string), automountlocation_tofiles.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/automount.py:83: [C0209(consider-using-f-string), automountlocation_tofiles.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/automount.py:92: [C0209(consider-using-f-string), automountlocation_tofiles.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/automount.py:95: [C0209(consider-using-f-string), automountlocation_tofiles.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/automount.py:104: [C0209(consider-using-f-string), automountlocation_tofiles.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/automount.py:111: [C0209(consider-using-f-string), automountlocation_tofiles.output_for_cli] Formatting a regular string which could be a f-string)
ipaclient/plugins/automount.py:57: [W0238(unused-private-member), automountlocation_tofiles.__NO_CLI_getter] Unused private member `automountlocation_tofiles.__NO_CLI_getter(cls)`)
ipaclient/plugins/automount.py:144: [W1514(unspecified-encoding), automountlocation_import.__read_mapfile] Using open without explicitly specifying an encoding)
ipaclient/plugins/automount.py:188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/automount.py:191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/automount.py:221: [C0206(consider-using-dict-items), automountlocation_import.forward] Consider iterating with .items())
************* Module ipaclient.install.timeconf
ipaclient/install/timeconf.py:40: [C0209(consider-using-f-string), __backup_config] Formatting a regular string which could be a f-string)
ipaclient/install/timeconf.py:130: [C0209(consider-using-f-string), configure_chrony] Formatting a regular string which could be a f-string)
ipaclient/install/timeconf.py:133: [C0209(consider-using-f-string), configure_chrony] Formatting a regular string which could be a f-string)
ipaclient/install/timeconf.py:134: [C0209(consider-using-f-string), configure_chrony] Formatting a regular string which could be a f-string)
ipaclient/install/timeconf.py:135: [C0209(consider-using-f-string), configure_chrony] Formatting a regular string which could be a f-string)
ipaclient/install/timeconf.py:139: [C0209(consider-using-f-string), configure_chrony] Formatting a regular string which could be a f-string)
ipaclient/install/timeconf.py:140: [C0209(consider-using-f-string), configure_chrony] Formatting a regular string which could be a f-string)
ipaclient/install/timeconf.py:145: [C0209(consider-using-f-string), configure_chrony] Formatting a regular string which could be a f-string)
ipaclient/install/timeconf.py:146: [C0209(consider-using-f-string), configure_chrony] Formatting a regular string which could be a f-string)
************* Module ipaclient.plugins.otptoken_yubikey
ipaclient/plugins/otptoken_yubikey.py:131: [C0209(consider-using-f-string), otptoken_add_yubikey.forward] Formatting a regular string which could be a f-string)
ipaclient/plugins/otptoken_yubikey.py:174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/otptoken_yubikey.py:175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/otptoken_yubikey.py:178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/otptoken_yubikey.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/otptoken_yubikey.py:185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/otptoken_yubikey.py:84: [W0238(unused-private-member), otptoken_add_yubikey.__NO_CLI_getter] Unused private member `otptoken_add_yubikey.__NO_CLI_getter(cls)`)
************* Module ipa-httpd-pwdreader
install/tools/ipa-httpd-pwdreader:36: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
************* Module ipaclient.plugins.dns
ipaclient/plugins/dns.py:71: [C0209(consider-using-f-string), prompt_parts] Formatting a regular string which could be a f-string)
ipaclient/plugins/dns.py:93: [C0209(consider-using-f-string), prompt_missing_parts] Formatting a regular string which could be a f-string)
ipaclient/plugins/dns.py:231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:303: [C0209(consider-using-f-string), dnsrecord_mod.interactive_prompt_callback] Formatting a regular string which could be a f-string)
ipaclient/plugins/dns.py:304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:368: [C0209(consider-using-f-string), dnsrecord_del.interactive_prompt_callback] Formatting a regular string which could be a f-string)
ipaclient/plugins/dns.py:369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:441: [C0209(consider-using-f-string), dns_update_system_records._standard_output] Formatting a regular string which could be a f-string)
ipaclient/plugins/dns.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/dns.py:460: [C0209(consider-using-f-string), dns_update_system_records._nsupdate_output_file] Formatting a regular string which could be a f-string)
ipaclient/plugins/dns.py:467: [C0209(consider-using-f-string), dns_update_system_records._nsupdate_output_file] Formatting a regular string which could be a f-string)
ipaclient/plugins/dns.py:471: [C0209(consider-using-f-string), dns_update_system_records._nsupdate_output_file] Formatting a regular string which could be a f-string)
ipaclient/plugins/dns.py:484: [W1514(unspecified-encoding), dns_update_system_records.forward] Using open without explicitly specifying an encoding)
************* Module ipa-pki-retrieve-key
install/tools/ipa-pki-retrieve-key:25: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-pki-retrieve-key:34: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-pki-retrieve-key:39: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipa-httpd-kdcproxy
install/tools/ipa-httpd-kdcproxy:86: [C0209(consider-using-f-string), KDCProxyConfig._ldap_con] Formatting a regular string which could be a f-string)
install/tools/ipa-httpd-kdcproxy:89: [C0209(consider-using-f-string), KDCProxyConfig._ldap_con] Formatting a regular string which could be a f-string)
install/tools/ipa-httpd-kdcproxy:92: [C0209(consider-using-f-string), KDCProxyConfig._ldap_con] Formatting a regular string which could be a f-string)
install/tools/ipa-httpd-kdcproxy:106: [C0209(consider-using-f-string), KDCProxyConfig._find_entry] Formatting a regular string which could be a f-string)
install/tools/ipa-httpd-kdcproxy:116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
install/tools/ipa-httpd-kdcproxy:128: [C0209(consider-using-f-string), KDCProxyConfig.validate_symlink] Formatting a regular string which could be a f-string)
install/tools/ipa-httpd-kdcproxy:133: [C0209(consider-using-f-string), KDCProxyConfig.validate_symlink] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_164.dns
ipaclient/remote_plugins/2_164/dns.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1059: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1176: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1289: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1388: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1637: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1691: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1722: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1947: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:1999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2074: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2094: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2145: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2195: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2333: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2612: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:2998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3046: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3235: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3247: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3263: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3594: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3723: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3741: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:3994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4002: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4035: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4069: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4126: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4142: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4420: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4569: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4698: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4705: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4747: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4754: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4755: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:4995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5002: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5035: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5110: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_164/dns.py:5165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipa-managed-entries
install/tools/ipa-managed-entries:109: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-managed-entries:129: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-managed-entries:131: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-managed-entries:133: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-managed-entries:177: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipaclient.install.ipa_client_automount
ipaclient/install/ipa_client_automount.py:132: [C0209(consider-using-f-string), wait_for_sssd] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:141: [C0209(consider-using-f-string), wait_for_sssd] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:167: [C0209(consider-using-f-string), configure_xml] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:173: [C0209(consider-using-f-string), configure_xml] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:178: [C0209(consider-using-f-string), configure_xml] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:180: [C0209(consider-using-f-string), configure_xml] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:260: [C0209(consider-using-f-string), configure_autofs] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:262: [C0209(consider-using-f-string), configure_autofs] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:287: [C0209(consider-using-f-string), configure_autofs] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:296: [C0209(consider-using-f-string), configure_autofs_common] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:303: [C0209(consider-using-f-string), configure_autofs_common] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:368: [C0209(consider-using-f-string), uninstall] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:402: [C0209(consider-using-f-string), configure_nfs] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:428: [C0209(consider-using-f-string), configure_nfs] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:520: [C0209(consider-using-f-string), configure_automount] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:523: [C0209(consider-using-f-string), configure_automount] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:529: [C0209(consider-using-f-string), configure_automount] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:536: [C0209(consider-using-f-string), configure_automount] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:540: [C0209(consider-using-f-string), configure_automount] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/ipa_client_automount.py:561: [C0209(consider-using-f-string), configure_automount] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_automount.py:565: [C0209(consider-using-f-string), configure_automount] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_156.dns
ipaclient/remote_plugins/2_156/dns.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:758: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:765: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:842: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:849: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:886: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:917: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:980: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1036: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1082: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1217: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1218: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1461: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1589: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1603: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1738: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1783: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1947: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:1999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2088: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2094: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2187: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2188: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2224: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2257: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2267: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2275: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2283: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2284: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2298: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2317: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2325: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2326: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2334: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2363: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2423: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2481: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2490: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2491: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2618: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:2998: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3005: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3022: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3031: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3064: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3072: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3098: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3099: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3227: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3290: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3291: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3308: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3324: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3357: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3383: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3424: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3433: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3441: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3442: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3467: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3468: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3492: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3517: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3518: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3525: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3526: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3542: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3567: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3568: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3576: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3577: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3587: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3595: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3630: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3639: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3648: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3656: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3666: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3673: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3680: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3682: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3688: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3699: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3706: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3707: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3716: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3724: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3734: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3776: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3809: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3810: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3843: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3985: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:3994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4002: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4035: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4055: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4074: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4089: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4090: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4118: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4134: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4204: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4212: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4268: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4276: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4309: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4338: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4346: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4384: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4401: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4435: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4440: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4460: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4484: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4519: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4536: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4537: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4590: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4606: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4613: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4621: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4636: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4654: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4655: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4662: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4663: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4679: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4686: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4687: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4717: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4750: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4757: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4763: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4768: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4774: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4789: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4868: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4990: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4991: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:4997: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5023: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5047: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5054: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5081: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5104: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_156/dns.py:5146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipa-compat-manage
install/tools/ipa-compat-manage:35: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
install/tools/ipa-compat-manage:140: [E1137(unsupported-assignment-operation), main] 'entry' does not support item assignment)
install/tools/ipa-compat-manage:171: [E1137(unsupported-assignment-operation), main] 'entry' does not support item assignment)
************* Module ipa-nis-manage
install/tools/ipa-nis-manage:37: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
install/tools/ipa-nis-manage:106: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-nis-manage:145: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-nis-manage:158: [E1137(unsupported-assignment-operation), main] 'entry' does not support item assignment)
install/tools/ipa-nis-manage:198: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipa-adtrust-install
install/tools/ipa-adtrust-install:103: [C0209(consider-using-f-string), read_admin_password] Formatting a regular string which could be a f-string)
install/tools/ipa-adtrust-install:129: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-adtrust-install:184: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-adtrust-install:201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
install/tools/ipa-adtrust-install:211: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-adtrust-install:205: [W0612(unused-variable), main] Unused variable 'e')
************* Module renew_ra_cert
install/restart_scripts/renew_ra_cert:44: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ra_cert:59: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ra_cert:65: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
************* Module stop_pkicad
install/restart_scripts/stop_pkicad:40: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/restart_scripts/stop_pkicad:45: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/restart_scripts/stop_pkicad:48: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module restart_httpd
install/restart_scripts/restart_httpd:35: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
************* Module renew_kdc_cert
install/restart_scripts/renew_kdc_cert:21: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module restart_dirsrv
install/restart_scripts/restart_dirsrv:42: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/restart_dirsrv:48: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
************* Module ipaclient.plugins.otptoken
ipaclient/plugins/otptoken.py:95: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module renew_ca_cert
install/restart_scripts/renew_ca_cert:59: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:65: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:68: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:74: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:79: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:100: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:105: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:142: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:153: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:164: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:173: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:183: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:207: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:213: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
install/restart_scripts/renew_ca_cert:216: [C0209(consider-using-f-string), _main] Formatting a regular string which could be a f-string)
************* Module ipa-ca-install
install/tools/ipa-ca-install:74: [C0209(consider-using-f-string), parse_options] Formatting a regular string which could be a f-string)
install/tools/ipa-ca-install:87: [C0209(consider-using-f-string), parse_options] Formatting a regular string which could be a f-string)
install/tools/ipa-ca-install:232: [C0209(consider-using-f-string), install_master] Formatting a regular string which could be a f-string)
install/tools/ipa-ca-install:236: [C0209(consider-using-f-string), install_master] Formatting a regular string which could be a f-string)
install/tools/ipa-ca-install:305: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipa-dns-install
install/tools/ipa-dns-install:113: [C0209(consider-using-f-string), parse_options] Formatting a regular string which could be a f-string)
install/tools/ipa-dns-install:124: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipaclient.remote_plugins.2_114.dns
ipaclient/remote_plugins/2_114/dns.py:252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:282: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:288: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:300: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:307: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:332: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:349: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:367: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:368: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:386: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:387: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:392: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:393: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:400: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:405: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:411: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:412: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:419: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:425: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:431: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:432: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:443: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:449: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:457: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:469: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:482: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:500: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:508: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:527: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:551: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:559: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:580: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:586: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:604: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:605: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:610: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:611: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:622: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:623: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:629: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:635: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:640: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:678: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:690: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:696: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:697: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:714: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:715: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:733: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:740: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:746: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:759: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:767: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:779: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:793: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:801: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:813: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:814: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:844: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:856: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:864: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:871: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:876: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:877: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:883: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:894: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:908: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:921: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:959: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:989: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1044: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1045: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1116: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1117: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1124: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1125: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1196: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1209: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1239: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1264: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1265: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1281: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1323: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1350: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1375: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1385: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1394: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1415: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1434: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1474: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1528: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1529: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1552: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1560: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1561: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1596: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1631: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1638: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1645: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1650: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1657: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1664: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1674: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1708: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1713: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1718: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1731: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1732: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1742: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1749: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1756: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1766: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1773: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1787: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1796: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1804: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1818: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1819: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1826: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1827: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1828: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1834: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1835: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1836: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1847: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1855: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1863: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1872: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1881: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1889: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1890: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1897: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1898: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1899: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1906: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1907: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1915: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1916: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1924: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1926: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1933: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1941: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1949: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1950: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1958: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1966: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1984: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:1994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2000: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2001: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2002: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2009: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2010: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2016: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2018: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2025: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2033: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2034: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2035: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2041: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2042: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2060: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2061: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2068: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2069: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2084: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2093: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2094: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2102: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2103: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2132: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2133: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2140: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2141: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2149: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2157: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2158: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2166: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2173: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2225: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2226: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2233: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2234: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2243: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2271: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2294: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2302: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2310: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2318: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2319: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2320: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2327: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2328: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2335: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2336: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2337: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2344: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2345: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2353: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2360: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2361: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2362: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2369: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2370: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2380: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2398: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2399: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2406: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2416: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2417: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2418: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2426: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2427: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2428: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2436: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2446: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2448: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2454: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2455: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2456: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2462: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2463: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2464: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2470: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2471: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2472: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2479: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2480: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2487: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2488: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2489: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2495: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2496: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2503: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2504: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2512: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2513: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2520: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2521: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2530: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2538: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2546: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2547: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2562: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2572: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2581: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2582: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2614: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2619: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2620: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2627: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2628: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2658: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2671: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2672: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2681: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2689: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2703: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2712: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2769: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2777: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2778: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2785: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2786: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2794: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2795: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2802: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2803: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2811: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2812: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2820: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2821: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2829: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2837: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2854: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2862: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2869: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2870: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2878: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2905: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2913: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2914: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2923: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2931: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2932: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2940: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2947: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2948: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2956: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2957: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2964: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2965: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2973: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2974: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2983: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:2994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3008: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3026: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3027: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3043: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3052: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3073: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3074: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3091: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3111: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3112: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3153: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3160: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3161: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3168: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3169: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3177: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3178: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3185: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3186: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3194: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3202: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3203: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3210: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3211: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3219: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3220: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3228: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3237: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3238: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3245: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3246: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3253: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3254: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3269: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3270: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3277: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3287: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3295: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3296: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3303: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3304: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3312: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3313: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3321: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3331: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3339: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3348: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3355: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3356: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3373: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3381: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3382: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3390: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3391: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3397: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3402: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3403: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3407: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3408: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3414: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3439: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3447: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3452: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3465: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3466: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3475: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3483: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3498: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3499: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3505: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3506: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3507: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3514: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3515: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3516: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3522: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3523: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3531: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3532: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3533: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3539: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3540: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3541: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3548: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3549: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3550: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3556: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3557: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3558: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3565: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3566: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3573: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3574: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3575: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3583: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3584: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3591: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3593: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3599: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3600: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3601: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3607: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3608: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3615: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3617: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3624: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3625: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3632: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3634: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3641: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3642: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3643: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3651: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3652: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3653: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3659: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3661: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3667: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3668: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3669: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3675: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3676: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3677: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3683: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3692: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3693: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3694: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3700: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3701: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3702: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3710: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3711: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3719: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3720: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3721: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3727: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3728: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3729: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3735: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3736: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3737: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3743: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3745: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3751: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3752: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3753: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3760: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3770: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3771: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3772: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3781: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3782: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3790: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3791: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3792: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3798: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3799: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3800: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3807: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3808: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3817: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3824: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3825: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3832: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3833: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3840: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3841: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3848: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3850: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3851: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3858: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3859: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3865: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3866: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3867: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3873: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3874: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3875: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3882: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3884: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3885: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3891: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3892: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3893: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3900: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3901: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3902: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3909: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3910: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3918: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3919: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3920: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3928: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3929: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3930: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3936: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3937: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3938: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3945: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3946: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3954: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3955: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3962: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3963: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3969: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3971: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3977: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3979: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3986: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3994: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3995: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:3996: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4002: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4003: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4004: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4011: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4013: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4020: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4021: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4028: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4030: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4038: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4039: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4040: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4048: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4049: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4056: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4057: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4058: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4065: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4066: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4067: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4075: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4077: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4095: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4096: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4097: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4105: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4106: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4107: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4113: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4114: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4121: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4122: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4123: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4129: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4130: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4131: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4137: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4139: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4146: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4147: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4148: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4154: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4155: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4156: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4162: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4163: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4164: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4170: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4171: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4172: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4179: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4180: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4181: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4189: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4190: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4197: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4198: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4199: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4205: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4206: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4213: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4214: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4221: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4223: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4230: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4231: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4232: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4240: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4250: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4251: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4252: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4258: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4259: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4260: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4266: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4273: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4280: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4285: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4286: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4299: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4314: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4315: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4322: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4342: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4343: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4352: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4358: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4359: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4365: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4366: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4372: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4379: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4389: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4396: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4409: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4410: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4421: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4422: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4429: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4430: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4437: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4438: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4444: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4445: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4450: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4451: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4458: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4459: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4477: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4478: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4485: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4486: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4493: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4494: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4502: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4510: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4511: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4524: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4534: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4535: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4543: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4544: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4545: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4553: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4554: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4555: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4563: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4564: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4570: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4571: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4578: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4585: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4592: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4597: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4598: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4609: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4616: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4626: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4633: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4646: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4647: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4665: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4670: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4684: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4685: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4695: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4704: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4709: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4725: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4726: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4739: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4744: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4748: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4761: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4762: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4775: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4780: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4784: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4797: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4805: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4806: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4815: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4816: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4822: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4823: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4830: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4831: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4838: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4839: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4845: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4846: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4852: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4853: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4860: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4879: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4880: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4887: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4888: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4895: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4896: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4903: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4911: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4912: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4934: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4935: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4942: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4943: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4944: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4951: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4952: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4953: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4960: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4961: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4967: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4968: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4975: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4976: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4981: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4982: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4987: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4988: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4992: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:4999: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5006: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5014: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5015: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5024: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5032: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5037: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5050: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5051: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5062: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5063: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5070: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5071: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5078: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5079: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5085: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5086: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5092: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5093: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5100: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5101: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5119: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5120: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5127: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5128: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5135: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5136: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5143: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5144: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5151: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5152: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5165: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5174: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5175: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5182: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5183: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5184: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5191: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5192: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5193: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5200: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5201: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5207: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5208: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5215: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5216: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5222: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5229: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5236: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5241: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5242: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5248: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5249: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5262: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5272: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5279: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5292: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5293: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5306: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5311: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5316: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5329: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5330: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5340: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5341: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5354: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5364: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/remote_plugins/2_114/dns.py:5371: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module ipaclient.plugins.vault
ipaclient/plugins/vault.py:255: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:261: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:274: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:278: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:301: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:347: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:351: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:202: [W0238(unused-private-member), vault_add.__NO_CLI_getter] Unused private member `vault_add.__NO_CLI_getter(cls)`)
ipaclient/plugins/vault.py:473: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:476: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:497: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:501: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:509: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:413: [W0238(unused-private-member), vault_mod.__NO_CLI_getter] Unused private member `vault_mod.__NO_CLI_getter(cls)`)
ipaclient/plugins/vault.py:857: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:861: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:904: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:927: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:742: [W0238(unused-private-member), vault_archive.__NO_CLI_getter] Unused private member `vault_archive.__NO_CLI_getter(cls)`)
ipaclient/plugins/vault.py:1076: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:1080: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:1083: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:1087: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:1115: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/plugins/vault.py:988: [W0238(unused-private-member), vault_retrieve.__NO_CLI_getter] Unused private member `vault_retrieve.__NO_CLI_getter(cls)`)
************* Module python-api
doc/examples/python-api.py:50: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
************* Module examples
doc/examples/examples.py:85: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
doc/examples/examples.py:106: [C0209(consider-using-f-string), exhelloworld.execute] Formatting a regular string which could be a f-string)
doc/examples/examples.py:228: [C0209(consider-using-f-string), exshowuser2.output_for_cli] Formatting a regular string which could be a f-string)
************* Module migration
install/migration/migration.py:67: [C0209(consider-using-f-string), bind] Formatting a regular string which could be a f-string)
************* Module ipa-replica-conncheck
install/tools/ipa-replica-conncheck:76: [C0209(consider-using-f-string), SshExec.__call__] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:78: [C0209(consider-using-f-string), SshExec.__call__] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:79: [C0209(consider-using-f-string), SshExec.__call__] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:85: [R1735(use-dict-literal), SshExec.__call__] Consider using {} instead of dict())
install/tools/ipa-replica-conncheck:122: [C0209(consider-using-f-string), parse_options.ca_cert_file_callback] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:125: [C0209(consider-using-f-string), parse_options.ca_cert_file_callback] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:128: [C0209(consider-using-f-string), parse_options.ca_cert_file_callback] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:134: [C0209(consider-using-f-string), parse_options.ca_cert_file_callback] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:391: [C0209(consider-using-f-string), port_check] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:414: [C0209(consider-using-f-string), port_check] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:415: [C0209(consider-using-f-string), port_check] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:476: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:508: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:523: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:528: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:532: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:541: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-conncheck:579: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
install/tools/ipa-replica-conncheck:628: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module ipaclient.install.ipa_client_samba
ipaclient/install/ipa_client_samba.py:60: [C0209(consider-using-f-string), use_api_as_principal] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:175: [R1735(use-dict-literal), retrieve_domain_information] Consider using {} instead of dict())
ipaclient/install/ipa_client_samba.py:176: [C0206(consider-using-dict-items), retrieve_domain_information] Consider iterating with .items())
ipaclient/install/ipa_client_samba.py:185: [C0209(consider-using-f-string), retrieve_domain_information] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:205: [R1735(use-dict-literal), retrieve_domain_information] Consider using {} instead of dict())
ipaclient/install/ipa_client_samba.py:209: [C0209(consider-using-f-string), retrieve_domain_information] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:278: [W1514(unspecified-encoding), configure_smb_conf] Using open without explicitly specifying an encoding)
ipaclient/install/ipa_client_samba.py:341: [C0209(consider-using-f-string), populate_samba_databases] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:353: [C0209(consider-using-f-string), populate_samba_databases] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:528: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:529: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:547: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:610: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:614: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:645: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:673: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:674: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:675: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:691: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_client_samba.py:761: [C0209(consider-using-f-string), run] Formatting a regular string which could be a f-string)
************* Module lgtm_container
contrib/lgtm_container.py:14: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
contrib/lgtm_container.py:19: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module perflog
contrib/perflog:103: [C0209(consider-using-f-string), parselog.display_times] Formatting a regular string which could be a f-string)
contrib/perflog:120: [W1514(unspecified-encoding), parselog.run] Using open without explicitly specifying an encoding)
************* Module ipa-dnskeysync-replica
daemons/dnssec/ipa-dnskeysync-replica:39: [C0209(consider-using-f-string), hex_set] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-dnskeysync-replica:78: [C0209(consider-using-f-string), ldap2replica_master_keys_sync] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-dnskeysync-replica:91: [C0209(consider-using-f-string), ldap2replica_master_keys_sync] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-dnskeysync-replica:126: [C0209(consider-using-f-string), ldap2replica_zone_keys_sync] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-dnskeysync-replica:153: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-dnskeysync-replica:173: [W1514(unspecified-encoding), ] Using open without explicitly specifying an encoding)
************* Module ipa-dnskeysyncd
daemons/dnssec/ipa-dnskeysyncd:66: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module cachelog
contrib/cachelog:95: [W1514(unspecified-encoding), cachelog.run] Using open without explicitly specifying an encoding)
contrib/cachelog:113: [C0209(consider-using-f-string), cachelog.run] Formatting a regular string which could be a f-string)
************* Module lite-setup
contrib/lite-setup.py:176: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
contrib/lite-setup.py:178: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
contrib/lite-setup.py:180: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
contrib/lite-setup.py:182: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
contrib/lite-setup.py:185: [W1514(unspecified-encoding), main] Using open without explicitly specifying an encoding)
************* Module com.redhat.idm
install/oddjob/com.redhat.idm.trust-fetch-domains:209: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module ipaclient.install.ipa_certupdate
ipaclient/install/ipa_certupdate.py:90: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/ipa_certupdate.py:93: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/ipa_certupdate.py:109: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/ipa_certupdate.py:202: [C0209(consider-using-f-string), update_server] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_certupdate.py:207: [C0209(consider-using-f-string), update_server] Formatting a regular string which could be a f-string)
************* Module ipatests.azure.scripts.generate-matrix
ipatests/azure/scripts/generate-matrix.py:16: [W1514(unspecified-encoding), ] Using open without explicitly specifying an encoding)
************* Module ipatests.azure.scripts.gating_compare
ipatests/azure/scripts/gating_compare.py:15: [W1514(unspecified-encoding), ] Using open without explicitly specifying an encoding)
ipatests/azure/scripts/gating_compare.py:24: [W1514(unspecified-encoding), ] Using open without explicitly specifying an encoding)
************* Module ipa-replica-manage
install/tools/ipa-replica-manage:119: [C0206(consider-using-dict-items), parse_options] Consider iterating with .items())
install/tools/ipa-replica-manage:130: [C0209(consider-using-f-string), parse_options] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:134: [C0209(consider-using-f-string), parse_options] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:183: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:190: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:208: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:219: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:237: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:241: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:268: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:271: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:274: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:282: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:292: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:297: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:301: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:316: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:319: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:325: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:330: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:331: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:336: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:337: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:352: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:354: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:373: [C0209(consider-using-f-string), get_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:398: [C0209(consider-using-f-string), get_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:413: [C0209(consider-using-f-string), get_ruv_both_suffixes] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:423: [C0209(consider-using-f-string), get_ruv_both_suffixes] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:452: [C0209(consider-using-f-string), list_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:459: [C0209(consider-using-f-string), list_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:477: [C0209(consider-using-f-string), get_rid_by_host] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:489: [C0209(consider-using-f-string), clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:511: [C0209(consider-using-f-string), clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:514: [C0209(consider-using-f-string), clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:517: [C0209(consider-using-f-string), clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:545: [C0209(consider-using-f-string), abort_clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:567: [C0209(consider-using-f-string), abort_clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:569: [C0209(consider-using-f-string), abort_clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:601: [C0209(consider-using-f-string), list_clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:618: [C0209(consider-using-f-string), list_clean_ruv] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:659: [C0209(consider-using-f-string), clean_dangling_ruvs] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:683: [C0209(consider-using-f-string), clean_dangling_ruvs] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:727: [C0209(consider-using-f-string), clean_dangling_ruvs] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:755: [C0209(consider-using-f-string), clean_dangling_ruvs] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:758: [C0209(consider-using-f-string), clean_dangling_ruvs] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:763: [C0209(consider-using-f-string), clean_dangling_ruvs] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:815: [C0209(consider-using-f-string), check_last_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:842: [C0209(consider-using-f-string), enforce_host_existence] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:908: [C0209(consider-using-f-string), cleanup_server_dns_entries] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:926: [C0209(consider-using-f-string), del_master_managed] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:956: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:976: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:985: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:987: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:990: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1031: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1042: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1059: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1063: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1065: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1079: [C0209(consider-using-f-string), del_master_direct] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1105: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1108: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1115: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1118: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1126: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1129: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1136: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1139: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1171: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1174: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1178: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1181: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1192: [C0209(consider-using-f-string), re_initialize] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1229: [C0209(consider-using-f-string), force_sync] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1266: [C0209(consider-using-f-string), show_DNA_ranges] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1280: [C0209(consider-using-f-string), show_DNA_ranges] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1286: [C0209(consider-using-f-string), show_DNA_ranges] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1289: [C0209(consider-using-f-string), show_DNA_ranges] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1291: [C0209(consider-using-f-string), show_DNA_ranges] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1296: [C0209(consider-using-f-string), show_DNA_ranges] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1299: [C0209(consider-using-f-string), show_DNA_ranges] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1301: [C0209(consider-using-f-string), show_DNA_ranges] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1336: [C0209(consider-using-f-string), store_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1343: [C0209(consider-using-f-string), store_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1387: [C0209(consider-using-f-string), set_DNA_range.validate_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1412: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1419: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1428: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1434: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1439: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1444: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1453: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1485: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1495: [C0209(consider-using-f-string), set_DNA_range] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1499: [C0209(consider-using-f-string), exit_on_managed_topology] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1628: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
install/tools/ipa-replica-manage:1632: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module ipa-custodia-check
install/tools/ipa-custodia-check:89: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:110: [C0209(consider-using-f-string), IPACustodiaTester.__init__] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:111: [C0209(consider-using-f-string), IPACustodiaTester.__init__] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:144: [C0209(consider-using-f-string), IPACustodiaTester.status] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:145: [C0209(consider-using-f-string), IPACustodiaTester.status] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:148: [C0209(consider-using-f-string), IPACustodiaTester.status] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:151: [C0209(consider-using-f-string), IPACustodiaTester.status] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:152: [C0209(consider-using-f-string), IPACustodiaTester.status] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:153: [C0209(consider-using-f-string), IPACustodiaTester.status] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:160: [C0209(consider-using-f-string), IPACustodiaTester.check_files] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:162: [C0209(consider-using-f-string), IPACustodiaTester.check_files] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:168: [C0209(consider-using-f-string), IPACustodiaTester.check_client] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:174: [C0209(consider-using-f-string), IPACustodiaTester.check_client] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:180: [W1514(unspecified-encoding), IPACustodiaTester._check_jwk_single] Using open without explicitly specifying an encoding)
install/tools/ipa-custodia-check:187: [E0702(raising-bad-type), IPACustodiaTester._check_jwk_single] Raising NoneType while only classes or instances are allowed)
install/tools/ipa-custodia-check:191: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:196: [E0702(raising-bad-type), IPACustodiaTester._check_jwk_single] Raising NoneType while only classes or instances are allowed)
install/tools/ipa-custodia-check:197: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:203: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:213: [E0702(raising-bad-type), IPACustodiaTester._check_jwk_single] Raising NoneType while only classes or instances are allowed)
install/tools/ipa-custodia-check:214: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:219: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:224: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:225: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:226: [E0702(raising-bad-type), IPACustodiaTester._check_jwk_single] Raising NoneType while only classes or instances are allowed)
install/tools/ipa-custodia-check:232: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:238: [E0702(raising-bad-type), IPACustodiaTester._check_jwk_single] Raising NoneType while only classes or instances are allowed)
install/tools/ipa-custodia-check:239: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:244: [C0209(consider-using-f-string), IPACustodiaTester._check_jwk_single] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:259: [C0209(consider-using-f-string), IPACustodiaTester.check_keys] Formatting a regular string which could be a f-string)
install/tools/ipa-custodia-check:263: [C0209(consider-using-f-string), IPACustodiaTester.check_keys] Formatting a regular string which could be a f-string)
************* Module ipa-csreplica-manage
install/tools/ipa-csreplica-manage:74: [C0206(consider-using-dict-items), parse_options] Consider iterating with .items())
install/tools/ipa-csreplica-manage:85: [C0209(consider-using-f-string), parse_options] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:89: [C0209(consider-using-f-string), parse_options] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:117: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:124: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:135: [C0209(consider-using-f-string), list_replicas] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:158: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:163: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:165: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:177: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:182: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:195: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:198: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:202: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:212: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:217: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:222: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:227: [C0209(consider-using-f-string), del_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:237: [C0209(consider-using-f-string), del_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:241: [C0209(consider-using-f-string), del_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:249: [C0209(consider-using-f-string), del_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:252: [C0209(consider-using-f-string), del_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:268: [C0209(consider-using-f-string), del_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:281: [C0209(consider-using-f-string), del_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:301: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:303: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:305: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:317: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:319: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:322: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:328: [C0209(consider-using-f-string), add_link] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:379: [C0209(consider-using-f-string), set_renewal_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:384: [C0209(consider-using-f-string), set_renewal_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:386: [C0209(consider-using-f-string), set_renewal_master] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:397: [C0209(consider-using-f-string), exit_on_managed_topology] Formatting a regular string which could be a f-string)
install/tools/ipa-csreplica-manage:494: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module dogtag-ipa-ca-renew-agent-submit
install/certmonger/dogtag-ipa-ca-renew-agent-submit:134: [C0209(consider-using-f-string), call_handler] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:138: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:154: [C0209(consider-using-f-string), call_handler] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:171: [C0209(consider-using-f-string), call_handler] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:227: [C0209(consider-using-f-string), request_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:256: [C0209(consider-using-f-string), store_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:277: [C0209(consider-using-f-string), store_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:304: [C0209(consider-using-f-string), request_and_store_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:316: [C0209(consider-using-f-string), request_and_store_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:318: [C0209(consider-using-f-string), request_and_store_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:335: [C0209(consider-using-f-string), request_and_store_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:337: [C0209(consider-using-f-string), request_and_store_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:432: [C0209(consider-using-f-string), renew_ca_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:441: [C0209(consider-using-f-string), renew_ca_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:453: [C0209(consider-using-f-string), renew_ca_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:468: [C0209(consider-using-f-string), renew_ca_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:470: [C0209(consider-using-f-string), renew_ca_cert] Formatting a regular string which could be a f-string)
install/certmonger/dogtag-ipa-ca-renew-agent-submit:506: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
************* Module lite-server
contrib/lite-server.py:52: [C0209(consider-using-f-string), display_tracemalloc] Formatting a regular string which could be a f-string)
contrib/lite-server.py:57: [C0209(consider-using-f-string), display_tracemalloc] Formatting a regular string which could be a f-string)
contrib/lite-server.py:61: [C0209(consider-using-f-string), display_tracemalloc] Formatting a regular string which could be a f-string)
contrib/lite-server.py:66: [C0209(consider-using-f-string), display_tracemalloc] Formatting a regular string which could be a f-string)
contrib/lite-server.py:69: [C0209(consider-using-f-string), display_tracemalloc] Formatting a regular string which could be a f-string)
contrib/lite-server.py:70: [C0209(consider-using-f-string), display_tracemalloc] Formatting a regular string which could be a f-string)
contrib/lite-server.py:71: [C0209(consider-using-f-string), display_tracemalloc] Formatting a regular string which could be a f-string)
contrib/lite-server.py:86: [C0209(consider-using-f-string), get_ccname] Formatting a regular string which could be a f-string)
contrib/lite-server.py:88: [C0209(consider-using-f-string), get_ccname] Formatting a regular string which could be a f-string)
contrib/lite-server.py:152: [C0209(consider-using-f-string), init_api] Formatting a regular string which could be a f-string)
contrib/lite-server.py:275: [E1101(no-member), main] Instance of 'Env' has no 'lite_tracemalloc' member)
contrib/lite-server.py:278: [E1101(no-member), main] Instance of 'Env' has no 'lite_tracemalloc' member)
contrib/lite-server.py:300: [C0209(consider-using-f-string), main] Formatting a regular string which could be a f-string)
contrib/lite-server.py:305: [E1101(no-member), main] Instance of 'Env' has no 'lite_tracemalloc' member)
************* Module ipaclient.install.ipa_epn
ipaclient/install/ipa_epn.py:260: [C0209(consider-using-f-string), EPN.validate_options] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:270: [C0209(consider-using-f-string), EPN.validate_options] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:321: [E1101(no-member), EPN.run] Instance of 'Env' has no 'smtp_security' member)
ipaclient/install/ipa_epn.py:322: [E1101(no-member), EPN.run] Instance of 'Env' has no 'smtp_server' member)
ipaclient/install/ipa_epn.py:323: [E1101(no-member), EPN.run] Instance of 'Env' has no 'smtp_port' member)
ipaclient/install/ipa_epn.py:324: [E1101(no-member), EPN.run] Instance of 'Env' has no 'smtp_timeout' member)
ipaclient/install/ipa_epn.py:325: [E1101(no-member), EPN.run] Instance of 'Env' has no 'smtp_user' member)
ipaclient/install/ipa_epn.py:326: [E1101(no-member), EPN.run] Instance of 'Env' has no 'smtp_password' member)
ipaclient/install/ipa_epn.py:329: [E1101(no-member), EPN.run] Instance of 'Env' has no 'msg_subtype' member)
ipaclient/install/ipa_epn.py:330: [E1101(no-member), EPN.run] Instance of 'Env' has no 'msg_charset' member)
ipaclient/install/ipa_epn.py:398: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'smtp_security' member)
ipaclient/install/ipa_epn.py:402: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'smtp_user' member)
ipaclient/install/ipa_epn.py:402: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'smtp_password' member)
ipaclient/install/ipa_epn.py:404: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'notify_ttls' member)
ipaclient/install/ipa_epn.py:405: [C0209(consider-using-f-string), EPN._validate_configuration] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:407: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'notify_ttls' member)
ipaclient/install/ipa_epn.py:409: [C0209(consider-using-f-string), EPN._validate_configuration] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:410: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'notify_ttls' member)
ipaclient/install/ipa_epn.py:411: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'smtp_delay' member)
ipaclient/install/ipa_epn.py:413: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'smtp_delay' member)
ipaclient/install/ipa_epn.py:415: [C0209(consider-using-f-string), EPN._validate_configuration] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:416: [E1101(no-member), EPN._validate_configuration] Instance of 'Env' has no 'smtp_delay' member)
ipaclient/install/ipa_epn.py:422: [E1101(no-member), EPN._parse_configuration] Instance of 'Env' has no 'notify_ttls' member)
ipaclient/install/ipa_epn.py:474: [E1101(no-member), EPN._create_ssl_context] Instance of 'Env' has no 'smtp_security' member)
ipaclient/install/ipa_epn.py:476: [E1101(no-member), EPN._create_ssl_context] Instance of 'Env' has no 'smtp_client_cert' member)
ipaclient/install/ipa_epn.py:478: [E1101(no-member), EPN._create_ssl_context] Instance of 'Env' has no 'smtp_client_cert' member)
ipaclient/install/ipa_epn.py:479: [E1101(no-member), EPN._create_ssl_context] Instance of 'Env' has no 'smtp_client_key' member)
ipaclient/install/ipa_epn.py:480: [E1101(no-member), EPN._create_ssl_context] Instance of 'Env' has no 'smtp_client_key_pass' member)
ipaclient/install/ipa_epn.py:498: [C0209(consider-using-f-string), EPN._fetch_data_from_ldap] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:548: [C0209(consider-using-f-string), EPN._send_emails] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:550: [E1101(no-member), EPN._send_emails] Instance of 'Env' has no 'mail_from' member)
ipaclient/install/ipa_epn.py:551: [E1101(no-member), EPN._send_emails] Instance of 'Env' has no 'mail_from' member)
ipaclient/install/ipa_epn.py:553: [C0209(consider-using-f-string), EPN._send_emails] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:564: [E1101(no-member), EPN._send_emails] Instance of 'Env' has no 'msg_subject' member)
ipaclient/install/ipa_epn.py:577: [E1101(no-member), EPN._send_emails] Instance of 'Env' has no 'smtp_delay' member)
ipaclient/install/ipa_epn.py:578: [E1101(no-member), EPN._send_emails] Instance of 'Env' has no 'smtp_delay' member)
ipaclient/install/ipa_epn.py:591: [E1101(no-member), EPN._gentestdata] Instance of 'Env' has no 'smtp_admin' member)
ipaclient/install/ipa_epn.py:660: [E1101(no-member), MTAClient.send_message] Instance of 'Env' has no 'smtp_admin' member)
ipaclient/install/ipa_epn.py:694: [C0209(consider-using-f-string), MTAClient._connect] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:718: [C0209(consider-using-f-string), MTAClient._connect] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:733: [C0209(consider-using-f-string), MTAClient._connect] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:740: [C0209(consider-using-f-string), MTAClient._connect] Formatting a regular string which could be a f-string)
ipaclient/install/ipa_epn.py:747: [C0209(consider-using-f-string), MTAClient._connect] Formatting a regular string which could be a f-string)
************* Module ipa-ods-exporter
daemons/dnssec/ipa-ods-exporter:55: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:120: [C0209(consider-using-f-string), sql2ldap_flags] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:129: [C0209(consider-using-f-string), sql2ldap_keyid] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:196: [C0209(consider-using-f-string), ods2bind_timestamps] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:205: [C0209(consider-using-f-string), get_ldap_zone] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:210: [C0209(consider-using-f-string), get_ldap_zone] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:220: [C0209(consider-using-f-string), get_ldap_zone] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:253: [C0209(consider-using-f-string), get_ods_keys] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:266: [C0209(consider-using-f-string), get_ods_keys] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:374: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
daemons/dnssec/ipa-ods-exporter:376: [C0209(consider-using-f-string), master2ldap_master_keys_sync] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:429: [C0209(consider-using-f-string), master2ldap_zone_keys_sync] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:468: [C0209(consider-using-f-string), master2ldap_zone_keys_purge] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:484: [C0209(consider-using-f-string), hex_set] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:542: [C0209(consider-using-f-string), parse_command] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:551: [C0209(consider-using-f-string), parse_command] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:559: [C0209(consider-using-f-string), parse_command] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:624: [C0209(consider-using-f-string), sync_zone] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:636: [C0209(consider-using-f-string), sync_zone] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:683: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
daemons/dnssec/ipa-ods-exporter:711: [W1514(unspecified-encoding), ] Using open without explicitly specifying an encoding)
daemons/dnssec/ipa-ods-exporter:787: [C0209(consider-using-f-string), ] Formatting a regular string which could be a f-string)
************* Module ipatests.azure.scripts.setup_containers
ipatests/azure/scripts/setup_containers.py:224: [C0209(consider-using-f-string), ContainersGroup.ignore_service_in_container] Formatting a regular string which could be a f-string)
ipatests/azure/scripts/setup_containers.py:312: [C0209(consider-using-f-string), Controller.setup_ssh] Formatting a regular string which could be a f-string)
ipatests/azure/scripts/setup_containers.py:365: [C0209(consider-using-f-string), Controller.setup_hosts] Formatting a regular string which could be a f-string)
ipatests/azure/scripts/setup_containers.py:384: [W1514(unspecified-encoding), Controller.generate_ipa_test_config] Using open without explicitly specifying an encoding)
ipatests/azure/scripts/setup_containers.py:389: [W1514(unspecified-encoding), Controller.generate_ipa_test_config] Using open without explicitly specifying an encoding)
************* Module ipaclient.install.client
ipaclient/install/client.py:220: [W1514(unspecified-encoding), check_ldap_conf] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:228: [C0209(consider-using-f-string), check_ldap_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:339: [C0209(consider-using-f-string), configure_ipa_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:364: [W1514(unspecified-encoding), disable_ra] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:388: [C0209(consider-using-f-string), configure_ldap_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:392: [C0209(consider-using-f-string), configure_ldap_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:410: [C0209(consider-using-f-string), configure_ldap_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:463: [C0209(consider-using-f-string), configure_nslcd_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:563: [C0209(consider-using-f-string), configure_openldap_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:620: [C0209(consider-using-f-string), hardcode_ldap_server] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:739: [C0209(consider-using-f-string), configure_krb5_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:742: [C0209(consider-using-f-string), configure_krb5_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:754: [C0209(consider-using-f-string), configure_krb5_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:762: [C0209(consider-using-f-string), configure_krb5_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:799: [C0209(consider-using-f-string), configure_certmonger] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:833: [C0209(consider-using-f-string), configure_certmonger] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:944: [C0209(consider-using-f-string), configure_sssd_conf] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1055: [W1514(unspecified-encoding), change_ssh_config] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:1080: [C0209(consider-using-f-string), change_ssh_config] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1092: [W1514(unspecified-encoding), change_ssh_config] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:1112: [W1514(unspecified-encoding), configure_ssh_config.ssh_version_supports_include] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:1131: [C0209(consider-using-f-string), modify_ssh_config] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1171: [W1514(unspecified-encoding), configure_sshd_config.sshd_version_supports_include] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:1211: [C0209(consider-using-f-string), modify_sshd_config] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1220: [C0209(consider-using-f-string), modify_sshd_config] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1338: [C0209(consider-using-f-string), get_iface_from_ip] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1364: [W1514(unspecified-encoding), do_nsupdate] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:1552: [C0206(consider-using-dict-items), verify_dns_update] Consider iterating with .items())
ipaclient/install/client.py:1587: [C0209(consider-using-f-string), get_server_connection_interface] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1634: [W1514(unspecified-encoding), update_ssh_keys] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:1660: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:1673: [C0209(consider-using-f-string), update_ssh_keys] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1677: [C0209(consider-using-f-string), update_ssh_keys] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1681: [C0209(consider-using-f-string), update_ssh_keys] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1703: [C0209(consider-using-f-string), cert_summary] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1707: [C0209(consider-using-f-string), cert_summary] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1708: [C0209(consider-using-f-string), cert_summary] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1709: [C0209(consider-using-f-string), cert_summary] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1710: [C0209(consider-using-f-string), cert_summary] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1746: [C0209(consider-using-f-string), get_ca_certs_from_file] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1749: [C0209(consider-using-f-string), get_ca_certs_from_file] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1754: [C0209(consider-using-f-string), get_ca_certs_from_file] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1757: [C0209(consider-using-f-string), get_ca_certs_from_file] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1922: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:1922: [C0209(consider-using-f-string), get_ca_certs] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1925: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:1926: [W1310(format-string-without-interpolation), get_ca_certs] Using formatting for a string that does not have any interpolated variables)
ipaclient/install/client.py:1926: [C0209(consider-using-f-string), get_ca_certs] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:1939: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:1970: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:1978: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:1993: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:1993: [C0209(consider-using-f-string), get_ca_certs] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2007: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:2007: [C0209(consider-using-f-string), get_ca_certs] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2017: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:2017: [C0209(consider-using-f-string), get_ca_certs] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2084: [W1514(unspecified-encoding), configure_firefox] Using open without explicitly specifying an encoding)
ipaclient/install/client.py:2138: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2165: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2193: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2199: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2206: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2318: [C0209(consider-using-f-string), install_check] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2567: [C0209(consider-using-f-string), update_ipa_nssdb] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2576: [C0209(consider-using-f-string), update_ipa_nssdb] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2713: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2750: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2757: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2762: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2784: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2798: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2802: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:2959: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3001: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3005: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3012: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:3019: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:3029: [W1406(redundant-u-string-prefix), ] The u prefix for strings is no longer necessary in Python >=3.0)
ipaclient/install/client.py:3034: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3044: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3080: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3217: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3222: [C0209(consider-using-f-string), _install] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3363: [C0209(consider-using-f-string), uninstall] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3451: [C0209(consider-using-f-string), uninstall] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3653: [C0209(consider-using-f-string), uninstall] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3339: [W0612(unused-variable), uninstall] Unused variable 'e')
ipaclient/install/client.py:3896: [C0209(consider-using-f-string), ClientInstall.ca_cert_files] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3900: [C0209(consider-using-f-string), ClientInstall.ca_cert_files] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3902: [C0209(consider-using-f-string), ClientInstall.ca_cert_files] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3904: [C0209(consider-using-f-string), ClientInstall.ca_cert_files] Formatting a regular string which could be a f-string)
ipaclient/install/client.py:3909: [C0209(consider-using-f-string), ClientInstall.ca_cert_files] Formatting a regular string which could be a f-string)

-----------------------------------
Your code has been rated at 6.85/10

