Changed missed imports

This commit is contained in:
Petr Kalis 2021-08-10 15:18:53 +02:00
parent 1e50751d9d
commit 976bc45a1e
8 changed files with 8 additions and 8 deletions

View file

@ -1,4 +1,4 @@
from openpype.modules.ftrack.lib import ServerAction
from openpype_modules.ftrack.lib import ServerAction
class PrivateProjectDetectionAction(ServerAction):