dmart 0.1.9__tar.gz → 0.1.10__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.
- {dmart-0.1.9/dmart.egg-info → dmart-0.1.10}/PKG-INFO +1 -1
- {dmart-0.1.9 → dmart-0.1.10/dmart.egg-info}/PKG-INFO +1 -1
- {dmart-0.1.9 → dmart-0.1.10}/run_notification_campaign.py +3 -16
- {dmart-0.1.9 → dmart-0.1.10}/setup.py +1 -1
- {dmart-0.1.9 → dmart-0.1.10}/utils/plugin_manager.py +3 -16
- {dmart-0.1.9 → dmart-0.1.10}/.ruff.toml +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/MANIFEST.in +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/env.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/scripts/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/scripts/calculate_checksums.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/scripts/migration_f7a4949eed19.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/0f3d2b1a7c21_add_authz_materialized_views.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/10d2041b94d4_last_checksum_history.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/1cf4e1ee3cb8_ext_permission_with_filter_fields_values.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/26bfe19b49d4_rm_failedloginattempts.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/3c8bca2219cc_add_otp_table.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/6675fd9dfe42_remove_unique_from_sessions_table.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/71bc1df82e6a_adding_user_last_login_at.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/74288ccbd3b5_initial.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/7520a89a8467_rm_activesession_table.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/848b623755a4_make_created_nd_updated_at_required.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/8640dcbebf85_add_notes_to_users.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/91c94250232a_adding_fk_on_owner_shortname.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/98ecd6f56f9a_ext_meta_with_owner_group_shortname.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/9aae9138c4ef_indexing_created_at_updated_at.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/b53f916b3f6d_json_to_jsonb.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/eb5f1ec65156_adding_user_locked_to_device.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/alembic/versions/f7a4949eed19_adding_query_policies_to_meta.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/info/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/info/router.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/managed/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/managed/router.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/managed/utils.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/public/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/public/router.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/qr/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/qr/router.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/user/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/user/model/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/user/model/errors.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/user/model/requests.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/user/model/responses.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/user/router.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/api/user/service.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/bundler.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/config/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/config/channels.json +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/config/notification.json +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/config.env.sample +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/curl.sh +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/adapter.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/base_data_adapter.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/adapter.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/adapter_helpers.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/archive.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/create_index.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/create_users_folders.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/custom_validations.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/drop_index.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/health_check.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/file/redis_services.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/helpers.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/adapter.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/adapter_helpers.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/create_tables.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/create_users_folders.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/db_to_json_migration.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/health_check_sql.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/json_to_db_migration.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_adapters/sql/update_query_policies.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/data_generator.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/dmart.egg-info/SOURCES.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/dmart.egg-info/dependency_links.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/dmart.egg-info/entry_points.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/dmart.egg-info/requires.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/dmart.egg-info/top_level.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/dmart.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/get_settings.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/hypercorn_config.toml +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/info.json +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/languages/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/languages/arabic.json +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/languages/english.json +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/languages/kurdish.json +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/languages/loader.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/login_creds.sh +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/login_creds.sh.sample +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/main.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/manifest.sh +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/migrate.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/models/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/models/api.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/models/core.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/models/enums.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/password_gen.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/action_log/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/action_log/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/admin_notification_sender/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/admin_notification_sender/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/ldap_manager/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/ldap_manager/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/local_notification/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/local_notification/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/realtime_updates_notifier/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/realtime_updates_notifier/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/redis_db_update/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/redis_db_update/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/resource_folders_creation/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/resource_folders_creation/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/system_notification_sender/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/system_notification_sender/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/update_access_controls/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/plugins/update_access_controls/plugin.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/publish.sh +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pylint.sh +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pyrightconfig.json +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/api_user_models_erros_test.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/api_user_models_requests_test.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/archive_test.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/base_test.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/get_settings_test.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/json_to_db_migration_test.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/service_test.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/test_info.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/pytests/test_status.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/redis_connections.sh +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/reload.sh +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/requirements/core.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/requirements/extra.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/requirements/plugins.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/requirements/test.txt +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/run.sh +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/scheduled_notification_handler.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/schema_migration.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/schema_modulate.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/set_admin_passwd.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/setup.cfg +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/sync.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/__init__.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/access_control.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/async_request.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/exporter.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/firebase_notifier.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/generate_email.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/helpers.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/hypercorn_config.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/internal_error_code.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/jwt.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/logger.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/middleware.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/notification.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/password_hashing.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/query_policies_helper.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/regex.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/repository.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/router_helper.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/settings.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/sms_notifier.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/social_sso.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/templates/activation.html.j2 +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/templates/reminder.html.j2 +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/ticket_sys_utils.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/utils/web_notifier.py +0 -0
- {dmart-0.1.9 → dmart-0.1.10}/websocket.py +0 -0
|
@@ -11,22 +11,9 @@ from utils.settings import settings
|
|
|
11
11
|
CUSTOM_PLUGINS_PATH = settings.spaces_folder / "custom_plugins"
|
|
12
12
|
|
|
13
13
|
# Allow python to search for modules inside the custom plugins
|
|
14
|
-
#
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
for part in CUSTOM_PLUGINS_PATH.parts:
|
|
19
|
-
if part == "..":
|
|
20
|
-
back_to_spaces += 1
|
|
21
|
-
|
|
22
|
-
if __file__.endswith(".pyc"):
|
|
23
|
-
back_out_of_project += 1
|
|
24
|
-
|
|
25
|
-
sys.path.append(
|
|
26
|
-
"/".join(__file__.split("/")[:-(back_out_of_project+back_to_spaces)]) +
|
|
27
|
-
"/" +
|
|
28
|
-
"/".join(CUSTOM_PLUGINS_PATH.parts[back_to_spaces:-1])
|
|
29
|
-
)
|
|
14
|
+
# by including the path to the parent folder of the custom plugins to sys.path
|
|
15
|
+
if CUSTOM_PLUGINS_PATH.parent.exists():
|
|
16
|
+
sys.path.append(str(CUSTOM_PLUGINS_PATH.parent.resolve()))
|
|
30
17
|
|
|
31
18
|
def load_notification_plugin():
|
|
32
19
|
# Load the plugin module
|
|
@@ -16,7 +16,7 @@ plugins_requires = parse_requirements('requirements/plugins.txt')
|
|
|
16
16
|
|
|
17
17
|
setup(
|
|
18
18
|
name="dmart",
|
|
19
|
-
version="0.1.
|
|
19
|
+
version="0.1.10",
|
|
20
20
|
packages=find_packages(),
|
|
21
21
|
py_modules=["dmart", "main", "sync", "bundler", "migrate", "password_gen", "get_settings", "data_generator", "schema_modulate", "schema_migration", "set_admin_passwd", "run_notification_campaign", "scheduled_notification_handler", "websocket"],
|
|
22
22
|
install_requires=install_requires,
|
|
@@ -21,22 +21,9 @@ from utils.settings import settings
|
|
|
21
21
|
CUSTOM_PLUGINS_PATH = settings.spaces_folder / "custom_plugins"
|
|
22
22
|
|
|
23
23
|
# Allow python to search for modules inside the custom plugins
|
|
24
|
-
#
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
for part in CUSTOM_PLUGINS_PATH.parts:
|
|
29
|
-
if part == "..":
|
|
30
|
-
back_to_spaces += 1
|
|
31
|
-
|
|
32
|
-
if __file__.endswith(".pyc"):
|
|
33
|
-
back_out_of_project += 1
|
|
34
|
-
|
|
35
|
-
sys.path.append(
|
|
36
|
-
"/".join(__file__.split("/")[:-(back_out_of_project+back_to_spaces)]) +
|
|
37
|
-
"/" +
|
|
38
|
-
"/".join(CUSTOM_PLUGINS_PATH.parts[back_to_spaces:-1])
|
|
39
|
-
)
|
|
24
|
+
# by including the path to the parent folder of the custom plugins to sys.path
|
|
25
|
+
if CUSTOM_PLUGINS_PATH.parent.exists():
|
|
26
|
+
sys.path.append(str(CUSTOM_PLUGINS_PATH.parent.resolve()))
|
|
40
27
|
|
|
41
28
|
class PluginManager:
|
|
42
29
|
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dmart-0.1.9 → dmart-0.1.10}/alembic/versions/6675fd9dfe42_remove_unique_from_sessions_table.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dmart-0.1.9 → dmart-0.1.10}/alembic/versions/848b623755a4_make_created_nd_updated_at_required.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
{dmart-0.1.9 → dmart-0.1.10}/alembic/versions/98ecd6f56f9a_ext_meta_with_owner_group_shortname.py
RENAMED
|
File without changes
|
{dmart-0.1.9 → dmart-0.1.10}/alembic/versions/9aae9138c4ef_indexing_created_at_updated_at.py
RENAMED
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|