mirror of
https://github.com/ynput/ayon-core.git
synced 2025-12-24 21:04:40 +01:00
use immutable values
This commit is contained in:
parent
3c3722d408
commit
fcb7230683
1 changed files with 4 additions and 4 deletions
|
|
@ -10,10 +10,10 @@ FUSION_HOST_DIR = os.path.dirname(os.path.abspath(__file__))
|
|||
# Each value is a list of corresponding Python home variables and a profile
|
||||
# number, which is used by the profile hook to set Fusion profile variables.
|
||||
FUSION_VERSIONS_DICT = {
|
||||
9: ["FUSION_PYTHON36_HOME", 9],
|
||||
16: ["FUSION16_PYTHON36_HOME", 16],
|
||||
17: ["FUSION16_PYTHON36_HOME", 16],
|
||||
18: ["FUSION_PYTHON3_HOME", 16],
|
||||
9: ("FUSION_PYTHON36_HOME", 9),
|
||||
16: ("FUSION16_PYTHON36_HOME", 16),
|
||||
17: ("FUSION16_PYTHON36_HOME", 16),
|
||||
18: ("FUSION_PYTHON3_HOME", 16),
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue