From 7f6f6cc57d81f277f0e067671034eeacc29450d6 Mon Sep 17 00:00:00 2001 From: Tyler Fox Date: Mon, 5 May 2025 17:10:11 -0700 Subject: [PATCH] Fix the maya module to point at the correct relative folder --- preditor/dccs/maya/PrEditor_maya.mod | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/preditor/dccs/maya/PrEditor_maya.mod b/preditor/dccs/maya/PrEditor_maya.mod index 8a8016d4..6ce9f497 100644 --- a/preditor/dccs/maya/PrEditor_maya.mod +++ b/preditor/dccs/maya/PrEditor_maya.mod @@ -1,2 +1,2 @@ + PrEditor DEVELOPMENT . -PYTHONPATH +:= ../.. +PYTHONPATH +:= ../../..