2016-05-02 20:51:24 -04:00

7 lines
191 B
Python

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