[pygccxml-commit] source/pygccxml/unittests autoconfig.py,1.11,1.12
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-03-15 09:27:14
|
Update of /cvsroot/pygccxml/source/pygccxml/unittests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24990/pygccxml/unittests Modified Files: autoconfig.py Log Message: adding select interface to decl_wrapper class hierarchy Documentation strings will come later Index: autoconfig.py =================================================================== RCS file: /cvsroot/pygccxml/source/pygccxml/unittests/autoconfig.py,v retrieving revision 1.11 retrieving revision 1.12 diff -C2 -d -r1.11 -r1.12 *** autoconfig.py 6 Mar 2006 04:53:31 -0000 1.11 --- autoconfig.py 15 Mar 2006 09:27:06 -0000 1.12 *************** *** 56,59 **** --- 56,60 ---- , 'decls' , 'namespace' + , 'namespaces' , 'enum' , 'const' *************** *** 64,68 **** , 'os' , 'normcase' ! , 'normpath' ] ) except ImportError: pass \ No newline at end of file --- 65,77 ---- , 'os' , 'normcase' ! , 'normpath' ! , 'scopedef' ! , 'ira'#part of Matthias mail address ! , 'uka'#part of Matthias mail address ! , 'de'#part of Matthias mail address ! , 'dat'#file extension of directory cache ! , 'config'#parameter description ! , 'gccxml'#parameter description ! ] ) except ImportError: pass \ No newline at end of file |