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:
|