mirror of
https://github.com/ynput/ayon-core.git
synced 2026-01-01 08:24:53 +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 click
|
||||||
import json
|
import json
|
||||||
from pathlib2 import Path
|
from pathlib import Path
|
||||||
import PyOpenColorIO as ocio
|
import PyOpenColorIO as ocio
|
||||||
|
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue