[pygccxml-commit] source/pyplusplus __init__.py,1.25,1.26
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-09 05:17:49
|
Update of /cvsroot/pygccxml/source/pyplusplus In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv1480/pyplusplus Modified Files: __init__.py Log Message: I hope those are last big changes in the project to this release. Those changes give us an ability to create "setups" in one click cd release_manager python release_builder.py Enjoy Index: __init__.py =================================================================== RCS file: /cvsroot/pygccxml/source/pyplusplus/__init__.py,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** __init__.py 9 Mar 2006 10:59:41 -0000 1.25 --- __init__.py 9 Apr 2006 05:17:14 -0000 1.26 *************** *** 37,44 **** L{file_writers} sub-package. - There is a high-level API which is currently work in progress and - which can be found in the L{pypp_api<experimental.pypp_api>} module. - - """ --- 37,40 ---- |