renamed slic.utils.json -> .jsonext

This commit is contained in:
2022-02-03 15:21:13 +01:00
parent ae42d4a7bf
commit dcbc17b2fa
3 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ from .elog import Elog
from .eval import arithmetic_eval
from .exceptions import ChainedException, printable_exception, printed_exception
from .ipy import devices
from .json import json_save, json_load, json_validate
from .jsonext import json_save, json_load, json_validate
from .marker import Marker, markers
from .npy import nice_linspace, nice_arange, fraction_to_percentage, within, within_fraction, get_dtype, get_shape, is_array
from .path import can_create_all_files, can_create_file, glob_files, make_missing_dir
+1 -1
View File
@@ -1,4 +1,4 @@
from .json import json_load
from .jsonext import json_load
class Config: