From 38ddc24e586e489a3ded535fbe1c300077d4c44d Mon Sep 17 00:00:00 2001 From: Dave Abrahams Date: Mon, 16 Oct 2000 01:35:07 +0000 Subject: [PATCH] Generate all of extclass.h [SVN r7958] --- gen_all.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gen_all.py b/gen_all.py index 744e936b..31eab966 100644 --- a/gen_all.py +++ b/gen_all.py @@ -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