/def generate_config_h(/a
.
/print 'File:',target/i
cmd_ = 'ed - %s < ===CONFIGH===' % target
print cmd_
os.system(cmd_)
.
/def generate_numpyconfig_h(/a
.
/print 'File: %s' % target/i
cmd_ = 'ed - %s < ===NUMPYCONFIG===' % target
print cmd_
os.system(cmd_)
.
w