mirror of
https://github.com/debauchee/barrier.git
synced 2025-08-03 08:39:42 +02:00
fixed import in hm.py
This commit is contained in:
parent
540af10254
commit
94a06c8d48
1 changed files with 2 additions and 2 deletions
4
hm.py
4
hm.py
|
@ -19,6 +19,6 @@
|
|||
import sys
|
||||
sys.path.append('ext')
|
||||
|
||||
from build import toolchain
|
||||
tc = toolchain.Toolchain()
|
||||
from toolchain import commands
|
||||
tc = commands.Toolchain()
|
||||
tc.run(sys.argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue