From abbdfbd2384f3e908d85be206e6d2cf6eab2d78c Mon Sep 17 00:00:00 2001 From: claravox Date: Fri, 18 Oct 2024 10:29:10 +0200 Subject: [PATCH] Rename troubleshoot publication file --- __init__.py | 52 +++++++++---------- ...oot_data.py => publication_troubleshoot.py | 0 2 files changed, 26 insertions(+), 26 deletions(-) rename troubleshoot_data.py => publication_troubleshoot.py (100%) diff --git a/__init__.py b/__init__.py index bcd694f4d..90707339d 100644 --- a/__init__.py +++ b/__init__.py @@ -26,32 +26,32 @@ # Import all modules containing rules into the package namespace, # so that they become visible to iRODS. -from admin import * -from browse import * -from folder import * -from groups import * -from json_datacite import * -from json_landing_page import * -from mail import * -from meta import * -from meta_form import * -from provenance import * -from research import * -from resources import * -from schema import * -from schema_transformation import * -from schema_transformations import * -from troubleshoot_data import * -from vault import * -from datacite import * -from epic import * -from publication import * -from policies import * -from replication import * -from revisions import * -from settings import * -from notifications import * -from integration_tests import * +from admin import * +from browse import * +from folder import * +from groups import * +from json_datacite import * +from json_landing_page import * +from mail import * +from meta import * +from meta_form import * +from provenance import * +from research import * +from resources import * +from schema import * +from schema_transformation import * +from schema_transformations import * +from publication_troubleshoot import * +from vault import * +from datacite import * +from epic import * +from publication import * +from policies import * +from replication import * +from revisions import * +from settings import * +from notifications import * +from integration_tests import * # Import certain modules only when enabled. from .util.config import config diff --git a/troubleshoot_data.py b/publication_troubleshoot.py similarity index 100% rename from troubleshoot_data.py rename to publication_troubleshoot.py