Skip to content

Commit

Permalink
fix method arguments
Browse files Browse the repository at this point in the history
  • Loading branch information
kakwa committed May 24, 2015
1 parent efa7012 commit 9777354
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ldapcherry/backend/backendLdap.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def add_to_group(self):
def set_attrs(self, attrs):
pass

def rm_from_group(self):
def rm_from_group(self,username):
pass

def add_user(self, username):
Expand Down

0 comments on commit 9777354

Please sign in to comment.