Use json if anyjson not available
This commit is contained in:
@@ -4,7 +4,7 @@ json = None
|
|||||||
try:
|
try:
|
||||||
import anyjson as json
|
import anyjson as json
|
||||||
except ImportError:
|
except ImportError:
|
||||||
pass
|
import json as json
|
||||||
|
|
||||||
import six
|
import six
|
||||||
from sqlalchemy.dialects.postgresql.base import ischema_names
|
from sqlalchemy.dialects.postgresql.base import ischema_names
|
||||||
|
Reference in New Issue
Block a user