Skip to content

Commit 349ed67

Browse files
authored
Add _vendoring. prefix to includes_creator.py. (#626)
1 parent 0eadedb commit 349ed67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

manager/manager_cmds/includes_creator.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
import os
1111

12-
import ruamel.yaml as yaml
12+
import _vendoring.ruamel.yaml as yaml
1313

1414
import spack.config
1515
import spack.util.spack_yaml as syaml

0 commit comments

Comments
 (0)