mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
parse_qs is in cgi on Python < 2.6, use that instead
Python 2.6's cgi module calls the parse_qs in urlparse for backwards compatibility
This commit is contained in:
@@ -23,7 +23,7 @@ RPC server.
|
||||
Also see the `ipalib.rpc` module.
|
||||
"""
|
||||
|
||||
from urlparse import parse_qs
|
||||
from cgi import parse_qs
|
||||
from xmlrpclib import Fault
|
||||
from ipalib.backend import Executioner
|
||||
from ipalib.errors import PublicError, InternalError, CommandError, JSONError
|
||||
|
||||
Reference in New Issue
Block a user