summaryrefslogtreecommitdiff
path: root/errors.py
diff options
context:
space:
mode:
authorGreg Ward <gward@python.net>2000-03-02 01:49:45 +0000
committerGreg Ward <gward@python.net>2000-03-02 01:49:45 +0000
commit41b233728bac2f952bf2cc9b5ffb19409b9a48e9 (patch)
treea89cf04d71f9c467667dfc46860e680aaf273419 /errors.py
parent720accdc1c3e3d7926cfd26d58c368b87b551c12 (diff)
downloadpython-setuptools-git-41b233728bac2f952bf2cc9b5ffb19409b9a48e9.tar.gz
Changed '__rcsid__' to '__revision__'.
Diffstat (limited to 'errors.py')
-rw-r--r--errors.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/errors.py b/errors.py
index 17d1abc7..86d91dd6 100644
--- a/errors.py
+++ b/errors.py
@@ -10,7 +10,7 @@ symbols whose names start with "Distutils" and end with "Error"."""
# created 1999/03/03, Greg Ward
-__rcsid__ = "$Id$"
+__revision__ = "$Id$"
import types