Skip to content

Commit

Permalink
Rename troubleshoot publication file
Browse files Browse the repository at this point in the history
  • Loading branch information
claravox committed Oct 18, 2024
1 parent 6ff897a commit abbdfbd
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 26 deletions.
52 changes: 26 additions & 26 deletions __init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
File renamed without changes.

0 comments on commit abbdfbd

Please sign in to comment.