diff options
| author | Senthil Kumaran <senthil@uthcode.com> | 2011-07-28 22:32:49 +0800 |
|---|---|---|
| committer | Senthil Kumaran <senthil@uthcode.com> | 2011-07-28 22:32:49 +0800 |
| commit | 4320a750da7c64db5dd3c18714655f5673198b33 (patch) | |
| tree | ec641b54a76e391642a2a51f292d52acffaa2d30 /errors.py | |
| parent | 7d80bbfb319d76b2306d4193fdb082acd919927d (diff) | |
| download | python-setuptools-git-4320a750da7c64db5dd3c18714655f5673198b33.tar.gz | |
Fix closes Issue11439 Remove the SVN keywords from the code as it is no longer applicable in hg. Patch Contributed by Neil Muller.
Diffstat (limited to 'errors.py')
| -rw-r--r-- | errors.py | 2 |
1 files changed, 0 insertions, 2 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 |
