mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
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:
parent
d4d1d068dc
commit
7c9719cf74
49 changed files with 2 additions and 98 deletions
|
|
@ -4,8 +4,6 @@ Implements the Distutils 'bdist_dumb' command (create a "dumb" built
|
|||
distribution -- i.e., just an archive to be unpacked under $prefix or
|
||||
$exec_prefix)."""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
import os
|
||||
from distutils.core import Command
|
||||
from distutils.util import get_platform
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue