summaryrefslogtreecommitdiffstats
path: root/ipapython/cookie.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 /ipapython/cookie.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 'ipapython/cookie.py')
-rw-r--r--ipapython/cookie.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/ipapython/cookie.py b/ipapython/cookie.py
index 84de94c9c..d51b005a2 100644
--- a/ipapython/cookie.py
+++ b/ipapython/cookie.py
@@ -49,7 +49,7 @@ the relevant RFC's as well as actual practice in the field. However
cookielib.py is tighly integrated with urllib2 and it's not possible
to use most of the features of cookielib without simultaneously using
urllib2. Unfortunataely we only use httplib because of our dependency
-on xmlrpclib. Without urllib2 cookielib is a non-starter.
+on xmlrpc.client. Without urllib2 cookielib is a non-starter.
This module is a minimal implementation of Netscape cookies which
works equally well on either the client or server side. It's API is