mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
Deadline Pype 3 - Hound
This commit is contained in:
parent
24a663ecdf
commit
0cd86acc68
2 changed files with 2 additions and 3 deletions
|
|
@ -4,7 +4,6 @@ import tempfile
|
|||
import time
|
||||
import subprocess
|
||||
import json
|
||||
from Deadline.Scripting import *
|
||||
from Deadline.Scripting import RepositoryUtils, FileUtils
|
||||
|
||||
|
||||
|
|
|
|||
4
vendor/deadline/custom/plugins/Pype/Pype.py
vendored
4
vendor/deadline/custom/plugins/Pype/Pype.py
vendored
|
|
@ -1,5 +1,5 @@
|
|||
from System.IO import *
|
||||
from System.Text.RegularExpressions import *
|
||||
from System.IO import Path
|
||||
from System.Text.RegularExpressions import Regex
|
||||
|
||||
from Deadline.Plugins import PluginType, DeadlinePlugin
|
||||
from Deadline.Scripting import StringUtils, FileUtils, RepositoryUtils
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue