waf

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

cy_ctest.pyx (178B)


      1 from cpython.version cimport PY_VERSION
      2 cimport cy_ctest
      3 #cimport commented_import
      4 
      5 def pyhello():
      6     cy_ctest.hello()
      7     print("Compiled with python version %s" % PY_VERSION)