mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
Fixed 'import json' for simplejson compatability
This commit is contained in:
@@ -30,7 +30,7 @@ from ipalib.errors import PublicError, InternalError, CommandError, JSONError
|
||||
from ipalib.request import context, Connection, destroy_context
|
||||
from ipalib.rpc import xml_dumps, xml_loads
|
||||
from ipalib.util import make_repr
|
||||
import json
|
||||
from ipalib.compat import json
|
||||
|
||||
|
||||
def read_input(environ):
|
||||
|
||||
Reference in New Issue
Block a user