undo simplejson commit

This commit is contained in:
Lex Berezhny 2018-07-21 14:12:29 -04:00 committed by Jack Robison
parent c5ba9b263e
commit 971252d5d1
No known key found for this signature in database
GPG key ID: DF25C68FE0239BB2
24 changed files with 24 additions and 26 deletions

View file

@ -1,5 +1,5 @@
import glob
import simplejson as json
import json
import os
import subprocess
import sys

View file

@ -1,5 +1,5 @@
import base58
import simplejson as json
import json
import logging
import os
import re

View file

@ -1,6 +1,6 @@
import binascii
from collections import defaultdict
import simplejson as json
import json
import logging
from twisted.internet import threads, defer

View file

@ -1,4 +1,4 @@
import simplejson as json
import json
import logging
from decimal import Decimal
from twisted.internet import error, defer

View file

@ -1,4 +1,4 @@
import simplejson as json
import json
import logging
from twisted.internet import defer

View file

@ -1,7 +1,5 @@
from __future__ import print_function
import platform
import simplejson as json
import json
import subprocess
import os

View file

@ -4,7 +4,7 @@ import datetime
import random
import socket
import string
import simplejson as json
import json
import traceback
import functools
import logging

View file

@ -3,7 +3,7 @@ import mimetypes
import os
import requests
import urllib
import simplejson as json
import json
import textwrap
import signal
from binascii import hexlify, unhexlify, b2a_hex

View file

@ -1,4 +1,4 @@
import simplejson as json
import json
import os
import sys
import colorama

View file

@ -1,6 +1,6 @@
import time
import logging
import simplejson as json
import json
import treq
from twisted.internet import defer

View file

@ -1,5 +1,5 @@
import os
import simplejson as json
import json
import urlparse
import requests
from requests.cookies import RequestsCookieJar

View file

@ -1,6 +1,6 @@
import logging
from six.moves.urllib import parse as urlparse
import simplejson as json
import json
import inspect
import signal

View file

@ -3,7 +3,7 @@ import hmac
import hashlib
import yaml
import os
import simplejson as json
import json
import logging
log = logging.getLogger(__name__)

View file

@ -1,6 +1,6 @@
import sqlite3
import os
import simplejson as json
import json
import logging
from lbryschema.decode import smart_decode
from lbrynet import conf

View file

@ -1,4 +1,4 @@
import simplejson as json
import json
import logging
from twisted.protocols.basic import FileSender

View file

@ -1,4 +1,4 @@
import simplejson as json
import json
import logging
from twisted.internet.error import ConnectionRefusedError

View file

@ -1,5 +1,5 @@
import logging
import simplejson as json
import json
from twisted.python import failure
from twisted.internet import error, defer
from twisted.internet.protocol import Protocol, ServerFactory

View file

@ -1,6 +1,6 @@
import os
import six
import simplejson as json
import json
from binascii import hexlify
from twisted.internet import defer

View file

@ -1,7 +1,7 @@
"""A test script that downloads blobs from a reflector server"""
import argparse
import itertools
import simplejson as json
import json
import random
import subprocess
import sys

View file

@ -1,6 +1,6 @@
import argparse
import hashlib
import simplejson as json
import json
import subprocess
import sys

View file

@ -7,7 +7,7 @@ the new blobs to the manager.
import argparse
import binascii
import logging
import simplejson as json
import json
import os
import sys

View file

@ -1,5 +1,5 @@
import struct
import simplejson as json
import json
import logging
import argparse
import hashlib

View file

@ -1,5 +1,5 @@
import mock
import simplejson as json
import json
import random
from os import path

View file

@ -1,5 +1,5 @@
import os
import simplejson as json
import json
import sys
import tempfile
from unittest import skipIf