summaryrefslogtreecommitdiffstats
path: root/ipalib/parameters.py
diff options
context:
space:
mode:
authorPetr Viktorin <pviktori@redhat.com>2015-09-14 13:22:38 +0200
committerJan Cholasta <jcholast@redhat.com>2015-10-07 10:27:20 +0200
commitad2bc947256a8b5611f21b4c171f7d2142454069 (patch)
treedf48f8e5b12fd1d6d64c638a0d7534a38333326d /ipalib/parameters.py
parent70b37a956c0b7dad52bf14fdb5fed421c01c8f77 (diff)
downloadfreeipa-ad2bc947256a8b5611f21b4c171f7d2142454069.tar.gz
freeipa-ad2bc947256a8b5611f21b4c171f7d2142454069.tar.xz
freeipa-ad2bc947256a8b5611f21b4c171f7d2142454069.zip
Use six.moves.xmlrpc.client instead of xmlrpclib
The module is renamed to xmlrpc.client in Python 3. Reviewed-By: David Kupka <dkupka@redhat.com> Reviewed-By: Jan Cholasta <jcholast@redhat.com> Reviewed-By: Martin Basti <mbasti@redhat.com>
Diffstat (limited to 'ipalib/parameters.py')
-rw-r--r--ipalib/parameters.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipalib/parameters.py b/ipalib/parameters.py
index dab235a24..89c9b5067 100644
--- a/ipalib/parameters.py
+++ b/ipalib/parameters.py
@@ -103,7 +103,7 @@ import re
import decimal
import base64
import datetime
-from xmlrpclib import MAXINT, MININT
+from six.moves.xmlrpc_client import MAXINT, MININT
from types import NoneType
import encodings.idna