Remove unnecessary options from host-del.

For some reason it was inheriting LDAPCreate.options...

ticket 652
This commit is contained in:
Rob Crittenden 2011-01-03 16:03:06 -05:00
parent ecf2b252c0
commit 91f4bb4ae5

View File

@ -375,7 +375,7 @@ class host_del(LDAPDelete):
msg_summary = _('Deleted host "%(value)s"')
member_attributes = ['managedby']
takes_options = LDAPCreate.takes_options + (
takes_options = (
Flag('updatedns?',
doc=_('Remove entries from DNS'),
default=False,