omdev 0.0.0.dev55__tar.gz → 0.0.0.dev56__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.dev55/omdev.egg-info → omdev-0.0.0.dev56}/PKG-INFO +2 -2
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/.manifests.json +15 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cli/main.py +4 -1
- omdev-0.0.0.dev56/omdev/tools/nbtools.py +49 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56/omdev.egg-info}/PKG-INFO +2 -2
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev.egg-info/SOURCES.txt +1 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev.egg-info/requires.txt +1 -1
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/pyproject.toml +2 -2
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/LICENSE +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/MANIFEST.in +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/README.rst +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/__about__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/amalg/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/amalg/__main__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/amalg/amalg.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/bracepy.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/compute/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/compute/cache.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/compute/contexts.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/compute/currents.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/compute/fns.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/compute/resolvers.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/compute/storage.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/compute/types.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/data/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/data/actions.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/data/cache.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/data/consts.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/data/defaults.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/data/manifests.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cache/data/specs.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_boilerplate.cc +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/LICENSE +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/build_ext.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/compilers/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/compilers/ccompiler.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/compilers/options.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/compilers/unixccompiler.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/dir_util.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/errors.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/extension.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/file_util.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/modified.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/spawn.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/sysconfig.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/util.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/_distutils/version.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/build.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/cmake.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/importhook.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/magic.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cexts/scan.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/classdot.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cli/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cli/__main__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cli/clicli.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cli/install.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cli/managers.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cli/types.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/cmake.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/findimports.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/findmagic.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/git.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/__main__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/cli.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/inspect.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/providers.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/pyenv.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/resolvers.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/standalone.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/system.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/interp/types.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/manifests/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/manifests/build.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/manifests/load.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/manifests/types.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/mypy/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/mypy/debug.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/packaging/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/packaging/names.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/packaging/requires.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/packaging/specifiers.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/packaging/versions.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/precheck/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/precheck/__main__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/precheck/base.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/precheck/git.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/precheck/lite.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/precheck/precheck.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/precheck/scripts.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/pyproject/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/pyproject/__main__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/pyproject/cexts.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/pyproject/cli.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/pyproject/configs.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/pyproject/pkg.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/pyproject/reqs.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/revisions.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/scripts/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/scripts/bumpversion.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/scripts/execrss.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/scripts/exectime.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/scripts/importtrace.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/scripts/interp.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/scripts/pyproject.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/secrets.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tokens.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/toml/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/toml/parser.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/toml/writer.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/__init__.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/dockertools.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/gittools.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/importscan.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/mkrelimp.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/piptools.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/proftools.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/rst.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/tools/sqlrepl.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev/wheelfile.py +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev.egg-info/dependency_links.txt +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev.egg-info/entry_points.txt +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/omdev.egg-info/top_level.txt +0 -0
- {omdev-0.0.0.dev55 → omdev-0.0.0.dev56}/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.dev56
|
|
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.dev56
|
|
16
16
|
Provides-Extra: all
|
|
17
17
|
Requires-Dist: pycparser~=2.22; extra == "all"
|
|
18
18
|
Requires-Dist: cffi~=1.17; extra == "all"
|
|
@@ -167,6 +167,21 @@
|
|
|
167
167
|
}
|
|
168
168
|
}
|
|
169
169
|
},
|
|
170
|
+
{
|
|
171
|
+
"module": ".tools.nbtools",
|
|
172
|
+
"attr": "_CLI_MODULE",
|
|
173
|
+
"file": "omdev/tools/nbtools.py",
|
|
174
|
+
"line": 44,
|
|
175
|
+
"value": {
|
|
176
|
+
"$.cli.types.CliModule": {
|
|
177
|
+
"cmd_name": [
|
|
178
|
+
"notebook",
|
|
179
|
+
"nb"
|
|
180
|
+
],
|
|
181
|
+
"mod_name": "omdev.tools.nbtools"
|
|
182
|
+
}
|
|
183
|
+
}
|
|
184
|
+
},
|
|
170
185
|
{
|
|
171
186
|
"module": ".tools.piptools",
|
|
172
187
|
"attr": "_CLI_MODULE",
|
|
@@ -95,7 +95,10 @@ def _main() -> None:
|
|
|
95
95
|
if isinstance(cc.cmd_name, str):
|
|
96
96
|
print(f' {cc.cmd_name}')
|
|
97
97
|
else:
|
|
98
|
-
print(
|
|
98
|
+
print(
|
|
99
|
+
f' {cc.cmd_name[0]}'
|
|
100
|
+
f'{(" (" + ", ".join(cc.cmd_name[1:]) + ")") if len(cc.cmd_name) > 1 else ""}',
|
|
101
|
+
)
|
|
99
102
|
print()
|
|
100
103
|
return
|
|
101
104
|
|
|
@@ -0,0 +1,49 @@
|
|
|
1
|
+
import io
|
|
2
|
+
import json
|
|
3
|
+
import os.path
|
|
4
|
+
import sys
|
|
5
|
+
|
|
6
|
+
from omlish import argparse as ap
|
|
7
|
+
|
|
8
|
+
from ..cli import CliModule
|
|
9
|
+
|
|
10
|
+
|
|
11
|
+
class Cli(ap.Cli):
|
|
12
|
+
@ap.command(
|
|
13
|
+
ap.arg('file'),
|
|
14
|
+
ap.arg('-w', '--write', action='store_true'),
|
|
15
|
+
ap.arg('-o', '--overwrite', action='store_true'),
|
|
16
|
+
)
|
|
17
|
+
def code(self) -> None:
|
|
18
|
+
if self.args.write:
|
|
19
|
+
out_file = self.args.file.rpartition('.')[0] + '.py'
|
|
20
|
+
if os.path.isfile(out_file) and not self.args.overwrite:
|
|
21
|
+
raise OSError(f'File exists: {out_file}')
|
|
22
|
+
else:
|
|
23
|
+
out_file = None
|
|
24
|
+
|
|
25
|
+
with open(self.args.file) as f:
|
|
26
|
+
dct = json.load(f)
|
|
27
|
+
|
|
28
|
+
out = io.StringIO()
|
|
29
|
+
code_cells = [c for c in dct['cells'] if c['cell_type'] == 'code']
|
|
30
|
+
for i, c in enumerate(code_cells):
|
|
31
|
+
if i:
|
|
32
|
+
out.write('\n##\n\n')
|
|
33
|
+
out.write(''.join(c['source']))
|
|
34
|
+
out.write('\n')
|
|
35
|
+
|
|
36
|
+
if out_file is not None:
|
|
37
|
+
with open(out_file, 'w') as f:
|
|
38
|
+
f.write(out.getvalue())
|
|
39
|
+
print(f'Wrote {out_file}')
|
|
40
|
+
else:
|
|
41
|
+
sys.stdout.write(out.getvalue())
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
# @omlish-manifest
|
|
45
|
+
_CLI_MODULE = CliModule(['notebook', 'nb'], __name__)
|
|
46
|
+
|
|
47
|
+
|
|
48
|
+
if __name__ == '__main__':
|
|
49
|
+
Cli()()
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.1
|
|
2
2
|
Name: omdev
|
|
3
|
-
Version: 0.0.0.
|
|
3
|
+
Version: 0.0.0.dev56
|
|
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.dev56
|
|
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.dev56'
|
|
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.dev56',
|
|
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
|
|
File without changes
|
|
File without changes
|