remove action handler from vendor

This commit is contained in:
Milan Kolar 2018-10-30 15:15:10 +01:00
parent e9b796e1d8
commit 2b8ff908c0
9 changed files with 234 additions and 11 deletions

View file

@ -2,7 +2,7 @@ import os
import logging
import toml
import ftrack_api
from ftrack_action_handler.appaction import AppAction
from ftrack_action_handler import AppAction
from avalon import io, lib