summaryrefslogtreecommitdiff
path: root/errors.py
diff options
context:
space:
mode:
authorCollin Winter <collinw@gmail.com>2007-08-30 03:52:21 +0000
committerCollin Winter <collinw@gmail.com>2007-08-30 03:52:21 +0000
commitaabf8bf21c444cfae978e92e626ba7c0274a9f10 (patch)
treea1e5042dec59dedced3c7d9e9e438a683ff23161 /errors.py
parent767edf21398f72156adcea6a418eba9150d06a20 (diff)
downloadpython-setuptools-git-aabf8bf21c444cfae978e92e626ba7c0274a9f10.tar.gz
General cleanup, raise normalization in Lib/distutils.
Diffstat (limited to 'errors.py')
-rw-r--r--errors.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/errors.py b/errors.py
index e72221bd..963d8337 100644
--- a/errors.py
+++ b/errors.py
@@ -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"."""
-# This module should be kept compatible with Python 2.1.
-
__revision__ = "$Id$"
class DistutilsError (Exception):