Fix invalid path references after moving tools & scripts
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
# Needed for 'bl_keymap_utils.keymap_hierarchy' which inspects tools.
|
||||
import sys
|
||||
import os
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, "release", "scripts", "startup"))
|
||||
sys.path.append(os.path.join(os.path.dirname(__file__), os.pardir, os.pardir, "scripts", "startup"))
|
||||
del sys, os
|
||||
|
||||
from bl_keymap_utils import keymap_hierarchy
|
||||
|
||||
Reference in New Issue
Block a user