Update of /cvsroot/pygccxml/source/pyplusplus/module_builder
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15169/pyplusplus/module_builder
Modified Files:
builder.py
Log Message:
fixing UI & wizard
adding __str__ to call policies
Index: builder.py
===================================================================
RCS file: /cvsroot/pygccxml/source/pyplusplus/module_builder/builder.py,v
retrieving revision 1.4
retrieving revision 1.5
diff -C2 -d -r1.4 -r1.5
*** builder.py 21 Mar 2006 08:07:29 -0000 1.4
--- builder.py 22 Mar 2006 08:05:35 -0000 1.5
***************
*** 54,57 ****
--- 54,60 ----
decl.alias = '__call__'
+ def print_declarations(self):
+ decl_wrappers.print_declarations( self.global_ns )
+
def build_code_creator( self
, module_name
|