diff options
Diffstat (limited to 'ipa-python/rpcclient.py')
-rw-r--r-- | ipa-python/rpcclient.py | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/ipa-python/rpcclient.py b/ipa-python/rpcclient.py index 4d6b3a701..752b1c38d 100644 --- a/ipa-python/rpcclient.py +++ b/ipa-python/rpcclient.py @@ -17,8 +17,6 @@ # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA # -#!/usr/bin/python - import xmlrpclib import socket import config @@ -579,7 +577,7 @@ class RPCClient: return ipautil.unwrap_binary_data(result) - def get_all_attrs(self, opts=None): + def get_all_attrs(self): """We have a list of hardcoded attributes -> readable labels. Return that complete list if someone wants it. """ |