Fix indentation error that occured in merge

This commit is contained in:
Rob Crittenden 2007-11-21 00:29:03 -05:00
parent f42f1f44c8
commit bf743087d2

View File

@ -342,17 +342,17 @@ class IPAClient:
return entries
def mark_group_active(self,cn):
"""Set a group as active by cn."""
result = self.transport.mark_group_active(cn)
return result
def mark_group_inactive(self,cn):
"""Set a group as inactive by cn."""
result = self.transport.mark_group_inactive(cn)
return result
def mark_group_active(self,cn):
"""Set a group as active by cn."""
result = self.transport.mark_group_active(cn)
return result
def mark_group_inactive(self,cn):
"""Set a group as inactive by cn."""
result = self.transport.mark_group_inactive(cn)
return result
# Configuration