mirror of
https://github.com/python/cpython.git
synced 2025-07-24 11:44:31 +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
|
@ -8,8 +8,6 @@ usually raised for errors that are obviously the end-user's fault
|
|||
This module is safe to use in "from ... import *" mode; it only exports
|
||||
symbols whose names start with "Distutils" and end with "Error"."""
|
||||
|
||||
__revision__ = "$Id$"
|
||||
|
||||
class DistutilsError (Exception):
|
||||
"""The root of all Distutils evil."""
|
||||
pass
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue