Revision 2a22a0c8
Added by koszko over 1 year ago
src/hydrilla/util/__init__.py | ||
---|---|---|
4 | 4 |
# |
5 | 5 |
# Available under the terms of Creative Commons Zero v1.0 Universal. |
6 | 6 |
|
7 |
from ._util import normalize_version, parse_version, version_string, \ |
|
8 |
validator_for, load_instance_from_file, translation, UnknownSchemaError |
|
7 |
from ._util import strip_json_comments, normalize_version, parse_version, \ |
|
8 |
version_string, validator_for, load_instance_from_file, translation, \ |
|
9 |
UnknownSchemaError |
Also available in: Unified diff
make strip_json_comments() exported from module again