Merge pull request #2419 from pypeclub/feature/move_job_queue_module

Modules: JobQueue module moved one hierarchy level higher
This commit is contained in:
Jakub Trllo 2021-12-17 11:50:39 +01:00 committed by GitHub
commit eb0702a8cd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
12 changed files with 1 additions and 0 deletions

View file

@ -41,6 +41,7 @@ DEFAULT_OPENPYPE_MODULES = (
"project_manager_action",
"settings_action",
"standalonepublish_action",
"job_queue",
)