diff --git a/hm.py b/hm.py index 7a2c8d65..d65f3156 100644 --- a/hm.py +++ b/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)