waf: Formatting.

This commit is contained in:
Chris Johns 2016-10-30 12:33:23 +11:00
parent 7497f5ed9a
commit 9dd79f289c

View File

@ -2,5 +2,5 @@ from sys import path
from os.path import abspath
path.append(abspath('../common/'))
from waf import cmd_configure as configure, cmd_build as build, spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck
from waf import cmd_configure as configure, cmd_build as build, \
spell, cmd_spell, cmd_options as options, linkcheck, cmd_linkcheck