2
0
mirror of https://github.com/boostorg/python.git synced 2026-01-27 19:12:16 +00:00

Wrong file name replaced (instance.hpp -> singleton.hpp).

[SVN r9390]
This commit is contained in:
Ralf W. Grosse-Kunstleve
2001-03-03 10:22:35 +00:00
parent 977841a7f3
commit f5fa4a460a

View File

@@ -10,7 +10,7 @@ def gen_all(args):
open('caller.hpp', 'w').write(gen_caller(args))
open('init_function.hpp', 'w').write(gen_init_function(args))
open('signatures.hpp', 'w').write(gen_signatures(args))
open('instance.hpp', 'w').write(gen_singleton(args))
open('singleton.hpp', 'w').write(gen_singleton(args))
open('extension_class.hpp', 'w').write(gen_extclass(args))
if __name__ == '__main__':