summaryrefslogtreecommitdiffstats
path: root/bsp_howto/wscript
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--bsp_howto/wscript2
1 files changed, 1 insertions, 1 deletions
diff --git a/bsp_howto/wscript b/bsp_howto/wscript
index 0956726..0565c4b 100644
--- a/bsp_howto/wscript
+++ b/bsp_howto/wscript
@@ -2,7 +2,7 @@ from sys import path
from os.path import abspath
path.append(abspath('../common/'))
-from waf import cmd_configure, cmd_build
+from waf import cmd_configure, cmd_build, spell, cmd_spell
def configure(ctx):
cmd_configure(ctx)