mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
added docstring to dirmap
This commit is contained in:
parent
761e52b2dc
commit
d611fdb88c
1 changed files with 8 additions and 0 deletions
|
|
@ -1,3 +1,11 @@
|
|||
"""Dirmap functionality used in host integrations inside DCCs.
|
||||
|
||||
Idea for current dirmap implementation was used from Maya where is possible to
|
||||
enter source and destination roots and maya will try each found source
|
||||
in referenced file replace with each destionation paths. First path which
|
||||
exists is used.
|
||||
"""
|
||||
|
||||
import os
|
||||
from abc import ABCMeta, abstractmethod
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue