forked from LBRYCommunity/lbry-sdk
undo simplejson commit
This commit is contained in:
parent
c5ba9b263e
commit
971252d5d1
24 changed files with 24 additions and 26 deletions
|
@ -1,5 +1,5 @@
|
||||||
import glob
|
import glob
|
||||||
import simplejson as json
|
import json
|
||||||
import os
|
import os
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import base58
|
import base58
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
import os
|
import os
|
||||||
import re
|
import re
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import binascii
|
import binascii
|
||||||
from collections import defaultdict
|
from collections import defaultdict
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from twisted.internet import threads, defer
|
from twisted.internet import threads, defer
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
from decimal import Decimal
|
from decimal import Decimal
|
||||||
from twisted.internet import error, defer
|
from twisted.internet import error, defer
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,5 @@
|
||||||
from __future__ import print_function
|
|
||||||
|
|
||||||
import platform
|
import platform
|
||||||
import simplejson as json
|
import json
|
||||||
import subprocess
|
import subprocess
|
||||||
import os
|
import os
|
||||||
|
|
||||||
|
|
|
@ -4,7 +4,7 @@ import datetime
|
||||||
import random
|
import random
|
||||||
import socket
|
import socket
|
||||||
import string
|
import string
|
||||||
import simplejson as json
|
import json
|
||||||
import traceback
|
import traceback
|
||||||
import functools
|
import functools
|
||||||
import logging
|
import logging
|
||||||
|
|
|
@ -3,7 +3,7 @@ import mimetypes
|
||||||
import os
|
import os
|
||||||
import requests
|
import requests
|
||||||
import urllib
|
import urllib
|
||||||
import simplejson as json
|
import json
|
||||||
import textwrap
|
import textwrap
|
||||||
import signal
|
import signal
|
||||||
from binascii import hexlify, unhexlify, b2a_hex
|
from binascii import hexlify, unhexlify, b2a_hex
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import simplejson as json
|
import json
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
import colorama
|
import colorama
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import time
|
import time
|
||||||
import logging
|
import logging
|
||||||
import simplejson as json
|
import json
|
||||||
|
|
||||||
import treq
|
import treq
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import os
|
import os
|
||||||
import simplejson as json
|
import json
|
||||||
import urlparse
|
import urlparse
|
||||||
import requests
|
import requests
|
||||||
from requests.cookies import RequestsCookieJar
|
from requests.cookies import RequestsCookieJar
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import logging
|
import logging
|
||||||
from six.moves.urllib import parse as urlparse
|
from six.moves.urllib import parse as urlparse
|
||||||
import simplejson as json
|
import json
|
||||||
import inspect
|
import inspect
|
||||||
import signal
|
import signal
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@ import hmac
|
||||||
import hashlib
|
import hashlib
|
||||||
import yaml
|
import yaml
|
||||||
import os
|
import os
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
log = logging.getLogger(__name__)
|
log = logging.getLogger(__name__)
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import sqlite3
|
import sqlite3
|
||||||
import os
|
import os
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
from lbryschema.decode import smart_decode
|
from lbryschema.decode import smart_decode
|
||||||
from lbrynet import conf
|
from lbrynet import conf
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from twisted.protocols.basic import FileSender
|
from twisted.protocols.basic import FileSender
|
||||||
|
|
|
@ -1,4 +1,4 @@
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
|
|
||||||
from twisted.internet.error import ConnectionRefusedError
|
from twisted.internet.error import ConnectionRefusedError
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import logging
|
import logging
|
||||||
import simplejson as json
|
import json
|
||||||
from twisted.python import failure
|
from twisted.python import failure
|
||||||
from twisted.internet import error, defer
|
from twisted.internet import error, defer
|
||||||
from twisted.internet.protocol import Protocol, ServerFactory
|
from twisted.internet.protocol import Protocol, ServerFactory
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import os
|
import os
|
||||||
import six
|
import six
|
||||||
import simplejson as json
|
import json
|
||||||
from binascii import hexlify
|
from binascii import hexlify
|
||||||
from twisted.internet import defer
|
from twisted.internet import defer
|
||||||
|
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
"""A test script that downloads blobs from a reflector server"""
|
"""A test script that downloads blobs from a reflector server"""
|
||||||
import argparse
|
import argparse
|
||||||
import itertools
|
import itertools
|
||||||
import simplejson as json
|
import json
|
||||||
import random
|
import random
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
import argparse
|
import argparse
|
||||||
import hashlib
|
import hashlib
|
||||||
import simplejson as json
|
import json
|
||||||
import subprocess
|
import subprocess
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
@ -7,7 +7,7 @@ the new blobs to the manager.
|
||||||
import argparse
|
import argparse
|
||||||
import binascii
|
import binascii
|
||||||
import logging
|
import logging
|
||||||
import simplejson as json
|
import json
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import struct
|
import struct
|
||||||
import simplejson as json
|
import json
|
||||||
import logging
|
import logging
|
||||||
import argparse
|
import argparse
|
||||||
import hashlib
|
import hashlib
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import mock
|
import mock
|
||||||
import simplejson as json
|
import json
|
||||||
import random
|
import random
|
||||||
from os import path
|
from os import path
|
||||||
|
|
||||||
|
|
|
@ -1,5 +1,5 @@
|
||||||
import os
|
import os
|
||||||
import simplejson as json
|
import json
|
||||||
import sys
|
import sys
|
||||||
import tempfile
|
import tempfile
|
||||||
from unittest import skipIf
|
from unittest import skipIf
|
||||||
|
|
Loading…
Reference in a new issue