From eef5acd9d73c81133969521ed9fc7e82d5f180ab Mon Sep 17 00:00:00 2001 From: Petr Viktorin Date: Wed, 16 Jan 2013 10:26:37 -0500 Subject: Remove the unused ipalib.frontend.Property class This class was built into the framework from its early days but it's not used anywhere. Remove it along with its tests https://fedorahosted.org/freeipa/ticket/3460 Reviewed-By: Jan Cholasta --- make-lint | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'make-lint') diff --git a/make-lint b/make-lint index bbe3f32e4..40483a64b 100755 --- a/make-lint +++ b/make-lint @@ -49,8 +49,8 @@ IGNORE_PATHS = ('build', 'rpmbuild', 'dist', 'install/po/test_i18n.py', 'lite-server.py', 'make-lint', 'make-test', 'ipatests') class IPATypeChecker(TypeChecker): - NAMESPACE_ATTRS = ['Command', 'Object', 'Method', 'Property', 'Backend', - 'Updater', 'Advice'] + NAMESPACE_ATTRS = ['Command', 'Object', 'Method', 'Backend', 'Updater', + 'Advice'] LOGGING_ATTRS = ['log', 'debug', 'info', 'warning', 'error', 'exception', 'critical'] -- cgit