Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.
#!/usr/bin/env python
# encoding: utf-8
def build(bld):
bld.ap_program(
use='ap',
program_groups=['tool'],
)