mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 12:54:40 +01:00
use 'pathlib' instead of 'pathlib2'
This commit is contained in:
parent
0c28abcb9f
commit
e945b37250
1 changed files with 1 additions and 1 deletions
|
|
@ -21,7 +21,7 @@ Providing functionality:
|
|||
|
||||
import click
|
||||
import json
|
||||
from pathlib2 import Path
|
||||
from pathlib import Path
|
||||
import PyOpenColorIO as ocio
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue