summaryrefslogtreecommitdiffstats
path: root/pylint_plugins.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-06-29 15:47:07 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-30 14:09:24 +0200
commitdcf8b47471a1795eb00f3aee09ba48b5c4847923 (patch)
tree5137a2061b921815853c9d5f683ff5db52f98acf /pylint_plugins.py
parentec6925e775598602e909d7a1f226f0c1e28cb074 (diff)
downloadfreeipa-dcf8b47471a1795eb00f3aee09ba48b5c4847923.tar.gz
freeipa-dcf8b47471a1795eb00f3aee09ba48b5c4847923.tar.xz
freeipa-dcf8b47471a1795eb00f3aee09ba48b5c4847923.zip
session: move the session module from ipalib to ipaserver
The module is used only on the server, so there's no need to have it in ipalib, which is shared by client and server. https://fedorahosted.org/freeipa/ticket/5988 Reviewed-By: Martin Babinsky <mbabinsk@redhat.com>
Diffstat (limited to 'pylint_plugins.py')
-rw-r--r--pylint_plugins.py6
1 files changed, 3 insertions, 3 deletions
diff --git a/pylint_plugins.py b/pylint_plugins.py
index 982efa324..26a4efb6a 100644
--- a/pylint_plugins.py
+++ b/pylint_plugins.py
@@ -195,9 +195,6 @@ ipa_class_members = {
'Updater',
'Advice',
] + LOGGING_ATTRS,
- 'ipalib.session.AuthManager': LOGGING_ATTRS,
- 'ipalib.session.SessionAuthManager': LOGGING_ATTRS,
- 'ipalib.session.SessionManager': LOGGING_ATTRS,
'ipalib.util.ForwarderValidationError': [
'msg',
],
@@ -209,6 +206,9 @@ ipa_class_members = {
'ipaserver.rpcserver.KerberosSession': [
fake_api,
] + LOGGING_ATTRS,
+ 'ipaserver.session.AuthManager': LOGGING_ATTRS,
+ 'ipaserver.session.SessionAuthManager': LOGGING_ATTRS,
+ 'ipaserver.session.SessionManager': LOGGING_ATTRS,
'ipatests.test_integration.base.IntegrationTest': [
'domain',
{'master': [