From 41312ca166f5192b6e6c507225e4333206d6b5c2 Mon Sep 17 00:00:00 2001 From: Pavel Zuna Date: Thu, 25 Feb 2010 14:19:56 +0100 Subject: Code cleanup: remove unused stuff, take 1. --- ipalib/plugins/hostgroup.py | 6 ------ 1 file changed, 6 deletions(-) (limited to 'ipalib/plugins/hostgroup.py') diff --git a/ipalib/plugins/hostgroup.py b/ipalib/plugins/hostgroup.py index 698b3954..f233e286 100644 --- a/ipalib/plugins/hostgroup.py +++ b/ipalib/plugins/hostgroup.py @@ -35,12 +35,6 @@ class hostgroup(LDAPObject): object_class = ['ipaobject', 'ipahostgroup'] default_attributes = ['cn', 'description', 'member', 'memberof'] uuid_attribute = 'ipauniqueid' - attribute_names = { - 'cn': 'names', - 'member_host': 'member hosts', - 'member_hostgroup': 'member hostgroups', - 'memberof_hostgroup': 'member of hostgroup', - } attribute_members = { 'member': ['host', 'hostgroup'], 'memberof': ['hostgroup'], -- cgit