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:
@@ -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__':
|
||||
|
||||
Reference in New Issue
Block a user