mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 16:34:53 +01:00
removed usage of 'ILaunchHookPaths'
This commit is contained in:
parent
5372c016ea
commit
8cc6086e92
4 changed files with 11 additions and 20 deletions
|
|
@ -3,7 +3,6 @@ import os
|
|||
from openpype_interfaces import (
|
||||
ITrayModule,
|
||||
IPluginPaths,
|
||||
ILaunchHookPaths,
|
||||
)
|
||||
|
||||
from openpype.modules import OpenPypeModule
|
||||
|
|
@ -11,9 +10,7 @@ from openpype.modules import OpenPypeModule
|
|||
SHOTGRID_MODULE_DIR = os.path.dirname(os.path.abspath(__file__))
|
||||
|
||||
|
||||
class ShotgridModule(
|
||||
OpenPypeModule, ITrayModule, IPluginPaths, ILaunchHookPaths
|
||||
):
|
||||
class ShotgridModule(OpenPypeModule, ITrayModule, IPluginPaths):
|
||||
leecher_manager_url = None
|
||||
name = "shotgrid"
|
||||
enabled = False
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue