removed IFtrackEventHandlerPaths

This commit is contained in:
iLLiCiTiT 2021-09-20 19:19:20 +02:00
parent 885b84fc15
commit 9bf53533cd

View file

@ -1,12 +0,0 @@
from abc import abstractmethod
from openpype.modules import OpenPypeInterface
class IFtrackEventHandlerPaths(OpenPypeInterface):
"""Other modules interface to return paths to ftrack event handlers.
Expected output is dictionary with "server" and "user" keys.
"""
@abstractmethod
def get_event_handler_paths(self):
pass