File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 33import cPickle
44import copy
55try :
6- import json
7- except ImportError :
86 import simplejson as json
7+ except ImportError :
8+ import json
99
1010
1111class NotJsonSerializable (object ):
Original file line number Diff line number Diff line change 2727import socket
2828import errno
2929try :
30- import json
31- except ImportError :
3230 import simplejson as json
31+ except ImportError :
32+ import json
3333
3434from transport import RiakTransport
3535from riak .metadata import *
Original file line number Diff line number Diff line change 2424import struct
2525
2626try :
27- import json
28- except ImportError :
2927 import simplejson as json
28+ except ImportError :
29+ import json
3030
3131from riak import RiakError
3232from riak .mapreduce import RiakLink
You can’t perform that action at this time.
0 commit comments