[pygccxml-commit] source/pygccxml __init__.py,1.20,1.21
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-03-15 09:27:16
|
Update of /cvsroot/pygccxml/source/pygccxml In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24990/pygccxml Modified Files: __init__.py Log Message: adding select interface to decl_wrapper class hierarchy Documentation strings will come later Index: __init__.py =================================================================== RCS file: /cvsroot/pygccxml/source/pygccxml/__init__.py,v retrieving revision 1.20 retrieving revision 1.21 diff -C2 -d -r1.20 -r1.21 *** __init__.py 8 Mar 2006 08:41:18 -0000 1.20 --- __init__.py 15 Mar 2006 09:27:06 -0000 1.21 *************** *** 4,8 **** # http://www.boost.org/LICENSE_1_0.txt) ! """Python gccxml frontend. This package provides functionality to extract and inspect --- 4,8 ---- # http://www.boost.org/LICENSE_1_0.txt) ! """Python GCC-XML front end. This package provides functionality to extract and inspect |