waf

FORK: waf with some random patches
git clone https://git.neptards.moe/neptards/waf.git
Log | Files | Refs | README

test.py.in (123B)


      1 #!/usr/bin/env python
      2 # encoding: utf-8
      3 import test_import
      4 import sys
      5 print('success from @NAME@')
      6 sys.exit(@EXIT_STATUS@)