Replace cvs $ with svn $

git-svn-id: https://swig.svn.sourceforge.net/svnroot/swig/trunk@10001 626c5289-ae23-0410-ae9c-e8d60b6d4f22
This commit is contained in:
William S Fulton 2007-10-17 21:33:57 +00:00
commit 0041ebc4bd
22 changed files with 22 additions and 22 deletions

View file

@ -27,7 +27,7 @@
#include "Python.h"
#include "wad.h"
static char cvs[] = "$Header$";
static char cvs[] = "$Id$";
/* These are the python exception objects we will add
SegFault, BusError, AbortError */