omdev 0.0.0.dev46__tar.gz → 0.0.0.dev48__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.
Potentially problematic release.
This version of omdev might be problematic. Click here for more details.
- {omdev-0.0.0.dev46/omdev.egg-info → omdev-0.0.0.dev48}/PKG-INFO +2 -2
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/.manifests.json +1 -1
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cli/managers.py +1 -1
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/scripts/importtrace.py +20 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tools/importscan.py +4 -1
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/pyproject.toml +2 -2
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/LICENSE +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/README.rst +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cli/main.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/git.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/precheck/precheck.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tools/piptools.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tools/proftools.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tools/rst.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev.egg-info/SOURCES.txt +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev46 → omdev-0.0.0.dev48}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev48
|
|
4
4
|
Summary: omdev
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Classifier: Operating System :: POSIX
|
|
13
13
|
Requires-Python: ~=3.12
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: omlish==0.0.0.
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev48
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -45,7 +45,7 @@ def detect_install_manager(cli_pkg: str) -> ManagerType | None:
|
|
|
45
45
|
|
|
46
46
|
|
|
47
47
|
##
|
|
48
|
-
# Python is insistent
|
|
48
|
+
# Python is insistent on prepending sys.path with an empty string (translating to the current working directory),
|
|
49
49
|
# which leads to problems when using the cli in directories containing python packages (such as within this very
|
|
50
50
|
# source tree). This can't be done in cli main as the code frequently spawns other sys.executable processes which
|
|
51
51
|
# wouldn't know to do that, so a .pth file hack is used. Cleaning sys.path solely there is also insufficient as that
|
|
@@ -490,12 +490,32 @@ def _main() -> None:
|
|
|
490
490
|
raise EnvironmentError(f'Requires python {REQUIRED_PYTHON_VERSION}, got {sys.version_info} from {sys.executable}') # noqa
|
|
491
491
|
|
|
492
492
|
import argparse
|
|
493
|
+
|
|
493
494
|
parser = argparse.ArgumentParser()
|
|
495
|
+
parser.add_argument('--python')
|
|
494
496
|
parser.add_argument('--sqlite')
|
|
495
497
|
parser.add_argument('--pretty', action='store_true')
|
|
496
498
|
parser.add_argument('mod')
|
|
497
499
|
args = parser.parse_args()
|
|
498
500
|
|
|
501
|
+
if args.python:
|
|
502
|
+
import inspect
|
|
503
|
+
import subprocess
|
|
504
|
+
|
|
505
|
+
mod_src = inspect.getsource(sys.modules[__name__])
|
|
506
|
+
subprocess.run(
|
|
507
|
+
[
|
|
508
|
+
args.python,
|
|
509
|
+
'-',
|
|
510
|
+
*(['--sqlite', args.sqlite] if args.sqlite else []),
|
|
511
|
+
*(['--pretty'] if args.pretty else []),
|
|
512
|
+
args.mod,
|
|
513
|
+
],
|
|
514
|
+
input=mod_src.encode(),
|
|
515
|
+
check=True,
|
|
516
|
+
)
|
|
517
|
+
return
|
|
518
|
+
|
|
499
519
|
node = ImportTracer(stringify_fields=True).trace(args.mod)
|
|
500
520
|
|
|
501
521
|
if args.sqlite:
|
|
@@ -75,6 +75,7 @@ def run_one(
|
|
|
75
75
|
spec: str,
|
|
76
76
|
*,
|
|
77
77
|
shell_wrap: bool = True,
|
|
78
|
+
python: str | None = None,
|
|
78
79
|
) -> Item:
|
|
79
80
|
spec_payload_src = '\n\n'.join([
|
|
80
81
|
payload_src(),
|
|
@@ -82,7 +83,7 @@ def run_one(
|
|
|
82
83
|
])
|
|
83
84
|
|
|
84
85
|
args = [
|
|
85
|
-
sys.executable,
|
|
86
|
+
python or sys.executable,
|
|
86
87
|
'-c',
|
|
87
88
|
spec_payload_src,
|
|
88
89
|
]
|
|
@@ -171,6 +172,7 @@ def _main() -> None:
|
|
|
171
172
|
parser.add_argument('-j', '--jobs', type=int)
|
|
172
173
|
parser.add_argument('-f', '--filter', action='append')
|
|
173
174
|
parser.add_argument('-t', '--filter-tests', action='store_true')
|
|
175
|
+
parser.add_argument('--python', default=sys.executable)
|
|
174
176
|
parser.add_argument('root', nargs='+')
|
|
175
177
|
args = parser.parse_args()
|
|
176
178
|
|
|
@@ -185,6 +187,7 @@ def _main() -> None:
|
|
|
185
187
|
*args.root,
|
|
186
188
|
filters=filters,
|
|
187
189
|
num_threads=args.jobs,
|
|
190
|
+
python=args.python,
|
|
188
191
|
).values():
|
|
189
192
|
print(json.dumps(dc.asdict(item)))
|
|
190
193
|
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev48
|
|
4
4
|
Summary: omdev
|
|
5
5
|
Author: wrmsr
|
|
6
6
|
License: BSD-3-Clause
|
|
@@ -12,7 +12,7 @@ Classifier: Operating System :: OS Independent
|
|
|
12
12
|
Classifier: Operating System :: POSIX
|
|
13
13
|
Requires-Python: ~=3.12
|
|
14
14
|
License-File: LICENSE
|
|
15
|
-
Requires-Dist: omlish==0.0.0.
|
|
15
|
+
Requires-Dist: omlish==0.0.0.dev48
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -12,7 +12,7 @@ authors = [
|
|
|
12
12
|
urls = {source = 'https://github.com/wrmsr/omlish'}
|
|
13
13
|
license = {text = 'BSD-3-Clause'}
|
|
14
14
|
requires-python = '~=3.12'
|
|
15
|
-
version = '0.0.0.
|
|
15
|
+
version = '0.0.0.dev48'
|
|
16
16
|
classifiers = [
|
|
17
17
|
'License :: OSI Approved :: BSD License',
|
|
18
18
|
'Development Status :: 2 - Pre-Alpha',
|
|
@@ -22,7 +22,7 @@ classifiers = [
|
|
|
22
22
|
]
|
|
23
23
|
description = 'omdev'
|
|
24
24
|
dependencies = [
|
|
25
|
-
'omlish == 0.0.0.
|
|
25
|
+
'omlish == 0.0.0.dev48',
|
|
26
26
|
]
|
|
27
27
|
|
|
28
28
|
[project.optional-dependencies]
|
|
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
|
|
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
|