Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.

This commit is contained in:
Senthil Kumaran 2011-07-28 22:32:49 +08:00
parent d4d1d068dc
commit 7c9719cf74
49 changed files with 2 additions and 98 deletions

View file

@ -4,8 +4,6 @@ Implements the Distutils 'build_clib' command, to build a C/C++ library
that is included in the module distribution and needed by an extension
module."""
__revision__ = "$Id$"
# XXX this module has *lots* of code ripped-off quite transparently from
# build_ext.py -- not surprisingly really, as the work required to build