summaryrefslogtreecommitdiffstats
path: root/pylint_plugins.py
diff options
context:
space:
mode:
authorJan Cholasta <jcholast@redhat.com>2016-04-28 10:30:05 +0200
committerJan Cholasta <jcholast@redhat.com>2016-06-03 09:00:34 +0200
commit6e44557b601f769d23ee74555a72e8b5cc62c0c9 (patch)
treeeedd3e054b0709341b9f58c190ea54f999f7d13a /pylint_plugins.py
parentec841e5d7ab29d08de294b3fa863a631cd50e30a (diff)
downloadfreeipa-6e44557b601f769d23ee74555a72e8b5cc62c0c9.tar.gz
freeipa-6e44557b601f769d23ee74555a72e8b5cc62c0c9.tar.xz
freeipa-6e44557b601f769d23ee74555a72e8b5cc62c0c9.zip
ipalib: move server-side plugins to ipaserver
Move the remaining plugin code from ipalib.plugins to ipaserver.plugins. Remove the now unused ipalib.plugins package. https://fedorahosted.org/freeipa/ticket/4739 Reviewed-By: David Kupka <dkupka@redhat.com>
Diffstat (limited to 'pylint_plugins.py')
-rw-r--r--pylint_plugins.py8
1 files changed, 4 insertions, 4 deletions
diff --git a/pylint_plugins.py b/pylint_plugins.py
index 35976bccd..2f0bad1b4 100644
--- a/pylint_plugins.py
+++ b/pylint_plugins.py
@@ -168,10 +168,6 @@ ipa_class_members = {
'ipalib.parameters.Str': ['noextrawhitespace'],
'ipalib.parameters.Password': ['confirm'],
'ipalib.parameters.File': ['stdin_if_missing'],
- 'ipalib.plugins.dns.DNSRecord': [
- 'validatedns',
- 'normalizedns',
- ],
'ipalib.parameters.Enum': ['values'],
'ipalib.parameters.Number': [
'minvalue',
@@ -202,6 +198,10 @@ ipa_class_members = {
'msg',
],
'ipaserver.install.ldapupdate.LDAPUpdate': LOGGING_ATTRS,
+ 'ipaserver.plugins.dns.DNSRecord': [
+ 'validatedns',
+ 'normalizedns',
+ ],
'ipaserver.rpcserver.KerberosSession': [
fake_api,
] + LOGGING_ATTRS,