summaryrefslogtreecommitdiffstats
path: root/make-lint
diff options
context:
space:
mode:
Diffstat (limited to 'make-lint')
-rwxr-xr-xmake-lint1
1 files changed, 1 insertions, 0 deletions
diff --git a/make-lint b/make-lint
index f6192604..05a1bb14 100755
--- a/make-lint
+++ b/make-lint
@@ -73,6 +73,7 @@ class IPATypeChecker(TypeChecker):
'ipalib.session.SessionManager' : ['log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],
'ipalib.session.SessionCCache' : ['log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],
'ipalib.session.MemcacheSessionManager' : ['log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],
+ 'ipapython.admintool.AdminTool' : ['log', 'debug', 'info', 'warning', 'error', 'critical', 'exception'],
}
def _related_classes(self, klass):