encommon 0.22.10__tar.gz → 0.22.12__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {encommon-0.22.10/encommon.egg-info → encommon-0.22.12}/PKG-INFO +2 -2
- {encommon-0.22.10 → encommon-0.22.12}/README.md +1 -1
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/timers.py +2 -1
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/windows.py +2 -1
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/__init__.py +2 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/notate.py +3 -2
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/test/test_funcs.py +6 -3
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/test/test_notate.py +3 -4
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/types.py +1 -0
- encommon-0.22.12/encommon/version.txt +1 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/__init__.py +1 -1
- {encommon-0.22.10 → encommon-0.22.12/encommon.egg-info}/PKG-INFO +2 -2
- encommon-0.22.10/encommon/version.txt +0 -1
- {encommon-0.22.10 → encommon-0.22.12}/LICENSE +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/MANIFEST.in +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/colors/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/colors/color.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/colors/test/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/colors/test/test_color.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/config.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/files.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/logger.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/params.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/paths.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/test/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/test/test_config.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/test/test_files.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/test/test_logger.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/test/test_paths.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/test/test_utils.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/config/utils.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/conftest.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/crypts/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/crypts/crypts.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/crypts/hashes.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/crypts/params.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/crypts/test/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/crypts/test/test_crypts.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/crypts/test/test_hashes.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/parse/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/parse/jinja2.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/parse/network.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/parse/test/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/parse/test/test_jinja2.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/parse/test/test_network.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/py.typed +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/common.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/duration.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/params.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/parse.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_duration.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_params.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_parse.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_time.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_timer.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_timers.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_unitime.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_utils.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_window.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/test/test_windows.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/time.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/timer.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/unitime.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/utils.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/times/window.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/classes.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/dicts.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/empty.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/funcs.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/lists.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/strings.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/test/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/test/test_classes.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/test/test_dicts.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/test/test_empty.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/test/test_lists.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/types/test/test_strings.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/common.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/files.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/match.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/paths.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/sample.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/stdout.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/test/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/test/test_files.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/test/test_match.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/test/test_paths.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/test/test_sample.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/utils/test/test_stdout.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/__init__.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/content.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/images/enasis.svg +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/images/failure.svg +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/images/information.svg +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/images/success.svg +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/images/warning.svg +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/index.html +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/color.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/datagrid.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/datetime.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/default.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/duration.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/helpers.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/image.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/message.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/moderate.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/numeric.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/statate.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/scripts/tagues.js +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/color.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/datagrid.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/datetime.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/default.css +1 -1
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/duration.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/image.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/message.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/moderate.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/numeric.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/statate.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/styles/tagues.css +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/conftest.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_color.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_content.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_datagrid.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_datetime.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_default.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_duration.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_helpers.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_image.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_message.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_moderate.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_numeric.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_statate.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon/webkit/test/test_tagues.py +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon.egg-info/SOURCES.txt +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon.egg-info/dependency_links.txt +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon.egg-info/requires.txt +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/encommon.egg-info/top_level.txt +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/pyproject.toml +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/require/install.txt +0 -0
- {encommon-0.22.10 → encommon-0.22.12}/setup.cfg +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: encommon
|
3
|
-
Version: 0.22.
|
3
|
+
Version: 0.22.12
|
4
4
|
Summary: Enasis Network Common Library
|
5
5
|
License: MIT
|
6
6
|
Project-URL: Source, https://github.com/enasisnetwork/encommon
|
@@ -24,7 +24,7 @@ Dynamic: license-file
|
|
24
24
|
|
25
25
|
# Enasis Network Common Library
|
26
26
|
|
27
|
-
>
|
27
|
+
> This project has not released its first major version.
|
28
28
|
|
29
29
|
Common classes and functions used in various public and private projects.
|
30
30
|
|
@@ -30,6 +30,7 @@ from .time import Time
|
|
30
30
|
from .timer import Timer
|
31
31
|
from ..types import BaseModel
|
32
32
|
from ..types import DictStrAny
|
33
|
+
from ..types import LDictStrAny
|
33
34
|
|
34
35
|
if TYPE_CHECKING:
|
35
36
|
from .params import TimerParams
|
@@ -366,7 +367,7 @@ class Timers:
|
|
366
367
|
childs = self.__childs
|
367
368
|
|
368
369
|
|
369
|
-
inserts:
|
370
|
+
inserts: LDictStrAny = []
|
370
371
|
|
371
372
|
update = Time('now')
|
372
373
|
|
@@ -30,6 +30,7 @@ from .time import Time
|
|
30
30
|
from .window import Window
|
31
31
|
from ..types import BaseModel
|
32
32
|
from ..types import DictStrAny
|
33
|
+
from ..types import LDictStrAny
|
33
34
|
|
34
35
|
if TYPE_CHECKING:
|
35
36
|
from .params import WindowParams
|
@@ -417,7 +418,7 @@ class Windows:
|
|
417
418
|
childs = self.__childs
|
418
419
|
|
419
420
|
|
420
|
-
inserts:
|
421
|
+
inserts: LDictStrAny = []
|
421
422
|
|
422
423
|
update = Time('now')
|
423
424
|
|
@@ -28,6 +28,7 @@ from .strings import instr
|
|
28
28
|
from .strings import rplstr
|
29
29
|
from .strings import strplwr
|
30
30
|
from .types import DictStrAny
|
31
|
+
from .types import LDictStrAny
|
31
32
|
from .types import NCFalse
|
32
33
|
from .types import NCNone
|
33
34
|
from .types import NCTrue
|
@@ -51,6 +52,7 @@ __all__ = [
|
|
51
52
|
'inrepr',
|
52
53
|
'instr',
|
53
54
|
'lattrs',
|
55
|
+
'LDictStrAny',
|
54
56
|
'merge_dicts',
|
55
57
|
'rplstr',
|
56
58
|
'setate',
|
@@ -16,6 +16,7 @@ from typing import Union
|
|
16
16
|
|
17
17
|
from .empty import Empty
|
18
18
|
from .types import DictStrAny
|
19
|
+
from .types import LDictStrAny
|
19
20
|
|
20
21
|
|
21
22
|
|
@@ -194,13 +195,13 @@ def delate(
|
|
194
195
|
|
195
196
|
|
196
197
|
def impate( # noqa: CFQ001,CFQ004
|
197
|
-
source: DictStrAny |
|
198
|
+
source: DictStrAny | LDictStrAny,
|
198
199
|
delim: str = '/',
|
199
200
|
parent: Optional[str] = None,
|
200
201
|
*,
|
201
202
|
implode_list: bool = True,
|
202
203
|
recurse_list: bool = True,
|
203
|
-
) -> DictStrAny |
|
204
|
+
) -> DictStrAny | LDictStrAny:
|
204
205
|
"""
|
205
206
|
Implode the dictionary into a single depth of notation.
|
206
207
|
|
@@ -19,7 +19,7 @@ def test_funcname() -> None:
|
|
19
19
|
assert funcname() == 'test_funcname'
|
20
20
|
|
21
21
|
|
22
|
-
class
|
22
|
+
class Test:
|
23
23
|
|
24
24
|
def test1(self) -> str:
|
25
25
|
return funcname()
|
@@ -29,5 +29,8 @@ def test_funcname() -> None:
|
|
29
29
|
return funcname()
|
30
30
|
|
31
31
|
|
32
|
-
|
33
|
-
|
32
|
+
method1 = Test().test1()
|
33
|
+
method2 = Test.test2()
|
34
|
+
|
35
|
+
assert method1 == 'Test.test1'
|
36
|
+
assert method2 == 'Test.test2'
|
@@ -10,8 +10,7 @@ is permitted, for more information consult the project license file.
|
|
10
10
|
from copy import deepcopy
|
11
11
|
from pathlib import Path
|
12
12
|
|
13
|
-
from
|
14
|
-
|
13
|
+
from pytest import RaisesExc
|
15
14
|
from pytest import fixture
|
16
15
|
from pytest import raises
|
17
16
|
|
@@ -250,7 +249,7 @@ def test_setate_raises() -> None:
|
|
250
249
|
Perform various tests associated with relevant routines.
|
251
250
|
"""
|
252
251
|
|
253
|
-
_raises:
|
252
|
+
_raises: RaisesExc[
|
254
253
|
ValueError | IndexError]
|
255
254
|
|
256
255
|
|
@@ -409,7 +408,7 @@ def test_impate_raises() -> None:
|
|
409
408
|
Perform various tests associated with relevant routines.
|
410
409
|
"""
|
411
410
|
|
412
|
-
_raises:
|
411
|
+
_raises: RaisesExc[ValueError]
|
413
412
|
|
414
413
|
|
415
414
|
_raises = raises(ValueError)
|
@@ -0,0 +1 @@
|
|
1
|
+
0.22.12
|
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: encommon
|
3
|
-
Version: 0.22.
|
3
|
+
Version: 0.22.12
|
4
4
|
Summary: Enasis Network Common Library
|
5
5
|
License: MIT
|
6
6
|
Project-URL: Source, https://github.com/enasisnetwork/encommon
|
@@ -24,7 +24,7 @@ Dynamic: license-file
|
|
24
24
|
|
25
25
|
# Enasis Network Common Library
|
26
26
|
|
27
|
-
>
|
27
|
+
> This project has not released its first major version.
|
28
28
|
|
29
29
|
Common classes and functions used in various public and private projects.
|
30
30
|
|
@@ -1 +0,0 @@
|
|
1
|
-
0.22.10
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
@@ -29,7 +29,6 @@ is permitted, for more information consult the project license file.
|
|
29
29
|
|
30
30
|
:root {
|
31
31
|
|
32
|
-
|
33
32
|
--color-text-lite: 245, 245, 245; /* f5f5f5 */
|
34
33
|
--color-text-dark: 233, 233, 233; /* e9e9e9 */
|
35
34
|
|
@@ -68,6 +67,7 @@ is permitted, for more information consult the project license file.
|
|
68
67
|
/*****************************************/
|
69
68
|
|
70
69
|
:root {
|
70
|
+
|
71
71
|
--svgicon-failure: url('/images/failure');
|
72
72
|
--svgicon-information: url('/images/information');
|
73
73
|
--svgicon-success: url('/images/success');
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|