11 lines
171 B
Python
11 lines
171 B
Python
#!/usr/bin/env python
|
|
# encoding: utf-8
|
|
|
|
def build(bld):
|
|
# TODO: Test code doesn't build. Fix or delete the test.
|
|
return
|
|
|
|
bld.example(
|
|
use='ap',
|
|
)
|