2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-21 17:12:22 +00:00

Generate all of extclass.h

[SVN r7958]
This commit is contained in:
Dave Abrahams
2000-10-16 01:35:07 +00:00
parent cc2eca8450
commit 38ddc24e58

View File

@@ -11,7 +11,7 @@ def gen_all(args):
open('init_function.h', 'w').write(gen_init_function(args))
open('signatures.h', 'w').write(gen_signatures(args))
open('singleton.h', 'w').write(gen_singleton(args))
open('extclass_pygen.h', 'w').write(gen_extclass(args))
open('extclass.h', 'w').write(gen_extclass(args))
if __name__ == '__main__':
import sys