Removed a stub function
This commit is contained in:
parent
d5effa744f
commit
17a70eb9f4
|
|
@ -31,9 +31,6 @@ def locate_binary(name):
|
||||||
return os.path.join(root, file)
|
return os.path.join(root, file)
|
||||||
break # Don't recurse
|
break # Don't recurse
|
||||||
|
|
||||||
def to_json(dictionary):
|
|
||||||
return json.dumps(dictionary, cls=)
|
|
||||||
|
|
||||||
class JSON_Encoder:
|
class JSON_Encoder:
|
||||||
def _encode(obj):
|
def _encode(obj):
|
||||||
if isinstance(obj, dict):
|
if isinstance(obj, dict):
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue