pyinfra 3.0b3__tar.gz → 3.0b4__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.
- {pyinfra-3.0b3 → pyinfra-3.0b4}/CHANGELOG.md +1 -1
- {pyinfra-3.0b3/pyinfra.egg-info → pyinfra-3.0b4}/PKG-INFO +1 -1
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/ssh.py +11 -7
- {pyinfra-3.0b3 → pyinfra-3.0b4/pyinfra.egg-info}/PKG-INFO +1 -1
- {pyinfra-3.0b3 → pyinfra-3.0b4}/LICENSE.md +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/MANIFEST.in +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/README.md +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/__main__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/arguments.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/arguments_typed.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/command.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/config.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/connect.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/connectors.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/deploy.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/exceptions.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/facts.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/host.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/inventory.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/operation.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/operations.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/state.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/api/util.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/base.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/chroot.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/docker.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/dockerssh.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/local.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/ssh_util.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/sshuserclient/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/sshuserclient/client.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/sshuserclient/config.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/terraform.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/util.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/connectors/vagrant.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/context.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/apk.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/apt.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/brew.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/bsdinit.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/cargo.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/choco.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/deb.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/dnf.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/docker.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/files.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/gem.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/git.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/gpg.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/hardware.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/iptables.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/launchd.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/lxd.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/mysql.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/npm.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/openrc.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/pacman.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/pip.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/pkg.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/pkgin.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/postgres.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/postgresql.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/rpm.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/runit.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/selinux.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/server.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/snap.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/systemd.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/sysvinit.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/upstart.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/util/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/util/databases.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/util/packaging.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/util/win_files.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/vzctl.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/xbps.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/yum.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/facts/zypper.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/local.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/apk.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/apt.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/brew.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/bsdinit.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/cargo.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/choco.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/dnf.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/docker.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/files.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/gem.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/git.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/iptables.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/launchd.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/lxd.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/mysql.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/npm.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/openrc.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/pacman.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/pip.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/pkg.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/pkgin.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/postgres.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/postgresql.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/puppet.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/python.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/runit.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/selinux.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/server.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/snap.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/ssh.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/systemd.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/sysvinit.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/upstart.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/util/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/util/docker.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/util/files.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/util/packaging.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/util/service.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/vzctl.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/xbps.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/yum.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/operations/zypper.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/progress.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/py.typed +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra/version.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra.egg-info/SOURCES.txt +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra.egg-info/dependency_links.txt +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra.egg-info/entry_points.txt +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra.egg-info/requires.txt +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra.egg-info/top_level.txt +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/__main__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/commands.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/exceptions.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/inventory.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/log.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/main.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/prints.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/util.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyinfra_cli/virtualenv.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/pyproject.toml +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/setup.cfg +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/setup.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_arguments.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_command.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_config.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_deploys.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_facts.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_host.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_inventory.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_operations.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_api/test_api_util.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_cli/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_cli/test_cli.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_cli/test_cli_deploy.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_cli/test_cli_exceptions.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_cli/test_cli_util.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_cli/test_context_objects.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_cli/util.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/__init__.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_chroot.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_docker.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_dockerssh.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_local.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_ssh.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_sshuserclient.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_terraform.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_util.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_connectors/test_vagrant.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_facts.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_global_arguments.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_operations.py +0 -0
- {pyinfra-3.0b3 → pyinfra-3.0b4}/tests/test_operations_utils.py +0 -0
|
@@ -122,14 +122,18 @@ class SSHConnector(BaseConnector):
|
|
|
122
122
|
.. code:: python
|
|
123
123
|
|
|
124
124
|
hosts = (
|
|
125
|
-
[
|
|
126
|
-
|
|
127
|
-
"my-host-2.net",
|
|
128
|
-
],
|
|
129
|
-
{
|
|
130
|
-
"ssh_username": "ssh-user",
|
|
131
|
-
},
|
|
125
|
+
["my-host-1.net", "my-host-2.net"],
|
|
126
|
+
{"ssh_username": "ssh-user"},
|
|
132
127
|
)
|
|
128
|
+
|
|
129
|
+
Multiple hosts with different SSH usernames:
|
|
130
|
+
|
|
131
|
+
.. code:: python
|
|
132
|
+
|
|
133
|
+
hosts = [
|
|
134
|
+
("my-host-1.net", {"ssh_username": "ssh-user"}),
|
|
135
|
+
("my-host-2.net", {"ssh_username": "other-user"}),
|
|
136
|
+
]
|
|
133
137
|
"""
|
|
134
138
|
|
|
135
139
|
handles_execution = True
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|