summaryrefslogtreecommitdiffstats
path: root/ipa-python/ipaclient.py
diff options
context:
space:
mode:
authorRob Crittenden <rcritten@redhat.com>2007-11-21 00:29:03 -0500
committerRob Crittenden <rcritten@redhat.com>2007-11-21 00:29:03 -0500
commitbf743087d25e170091dc507fa087d012b64b1468 (patch)
tree19042f3422a52e0add6325b4ff79fad202c066aa /ipa-python/ipaclient.py
parentf42f1f44c81e15ac9ecbc6684cbc4dfc9395fd42 (diff)
downloadfreeipa-bf743087d25e170091dc507fa087d012b64b1468.tar.gz
freeipa-bf743087d25e170091dc507fa087d012b64b1468.tar.xz
freeipa-bf743087d25e170091dc507fa087d012b64b1468.zip
Fix indentation error that occured in merge
Diffstat (limited to 'ipa-python/ipaclient.py')
-rw-r--r--ipa-python/ipaclient.py22
1 files changed, 11 insertions, 11 deletions
diff --git a/ipa-python/ipaclient.py b/ipa-python/ipaclient.py
index 0eeb2f36f..cda8ceb93 100644
--- a/ipa-python/ipaclient.py
+++ b/ipa-python/ipaclient.py
@@ -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