[pygccxml-commit] source/pygccxml/unittests autoconfig.py,1.14,1.15
Brought to you by:
mbaas,
roman_yakovenko
From: Roman <rom...@us...> - 2006-04-06 06:39:59
|
Update of /cvsroot/pygccxml/source/pygccxml/unittests In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv12250/pygccxml/unittests Modified Files: autoconfig.py Log Message: fixing spell errors Index: autoconfig.py =================================================================== RCS file: /cvsroot/pygccxml/source/pygccxml/unittests/autoconfig.py,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** autoconfig.py 6 Apr 2006 06:15:58 -0000 1.14 --- autoconfig.py 6 Apr 2006 06:39:54 -0000 1.15 *************** *** 78,81 **** --- 78,84 ---- , 'pyplusplus' , 'pygccxml' + , 'calldef' + , 'XXX' + , 'wstring' ] ) except ImportError: |