[pygccxml-commit] source/pyplusplus/utils __init__.py,1.1,1.2
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-03-29 04:27:06
|
Update of /cvsroot/pygccxml/source/pyplusplus/utils In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv31188/pyplusplus/utils Modified Files: __init__.py Log Message: 1. adding most of the aliases needed to functionality needed by user to module builder package 2. updating examples and cleaning unittests Index: __init__.py =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/utils/__init__.py,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** __init__.py 6 Feb 2006 09:46:02 -0000 1.1 --- __init__.py 29 Mar 2006 04:26:59 -0000 1.2 *************** *** 13,16 **** --- 13,17 ---- from pygccxml import declarations from pyplusplus import code_creators + class missing_call_policies: |